@charset "utf-8";
/*------------------------------CSS Document------------------------------*/
/*--------------------通用--------------------*/
/*外边距*/
.mt-0{margin-top: 0;}
.mt-5{margin-top: 5px;}
.mt-10{margin-top: 10px;}
.mt-15{margin-top: 15px;}
.mt-20{margin-top: 20px;}
.mt-25{margin-top: 25px;}
.mt-30{margin-top: 30px;}
.mt-35{margin-top: 35px;}
.mt-40{margin-top: 40px;}
.mt-50{margin-top: 50px;}
.mb-0{margin-bottom: 0;}
.mb-5{margin-bottom: 5px;}
.mb-10{margin-bottom: 10px;}
.mb-15{margin-bottom: 15px;}
.mb-20{margin-bottom: 20px;}
.mb-30{margin-bottom: 30px;}
.mb-40{margin-bottom: 40px;}
.mb-50{margin-bottom: 50px;}
.ml-0{margin-left: 0;}
.ml-5{margin-left: 5px;}
.ml-10{margin-left: 10px;}
.ml-15{margin-left: 15px;}
.ml-20{margin-left: 20px;}
.ml-30{margin-left: 30px;}
.ml-40{margin-left: 40px;}
.ml-50{margin-left: 50px;}
.mr-0{margin-right: 0;}
.mr-10{margin-right: 10px;}
.mr-15{margin-right: 15px;}
.mr-20{margin-right: 20px;}
.mr-30{margin-right: 30px;}
.mr-40{margin-right: 40px;}
.mr-50{margin-right: 50px;}
/*内填充*/
.pt-0{padding-top: 0;}
.pt-5{padding-top: 5px;}
.pt-10{padding-top: 10px;}
.pt-20{padding-top: 20px;}
.pb-0{padding-bottom: 0;}
.pb-5{padding-bottom: 5px;}
.pb-10{padding-bottom: 10px;}
.pb-20{padding-bottom: 20px;}
.pl-0{padding-left: 0;}
.pl-5{padding-left: 5px;}
.pl-10{padding-left: 10px;}
.pl-20{padding-left: 20px;}
.pr-0{padding-right: 0;}
.pr-5{padding-right: 5px;}
.pr-10{padding-right: 10px;}
.pr-20{padding-right: 20px;}
.pr-80{padding-right: 80px;}
.pd-0{padding: 0;}
.pd-5{padding: 5px;}
.pd-10{padding: 10px;}
.pd-15{padding: 15px;}
.pd-20{padding: 20px;}
.pd-30{padding: 30px;}
.pd-40{padding: 40px;}
/*文字+段落*/
.f-12{font-size: 12px;}
.f-13{font-size: 13px;}
.f-14{font-size: 14px;}
.f-16{font-size: 16px;}
.f-18{font-size: 18px;}
.f-20{font-size: 20px;}
.f-22{font-size: 22px;}
.f-24{font-size: 24px;}
.f-26{font-size: 26px;}
.f-28{font-size: 28px;}
.f-30{font-size: 30px;}
.f-songti{font-family: "SimSun", "宋体";}
.text-ind2em{text-indent: 2em;}
.f-bold{font-weight: bold;}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto{margin-bottom: 20px;padding: 0px 10px;}
.row{padding: 0px 10px;margin:0px -20px;}
.container{padding: 0px 20px;}
.fullScreen{max-width: 100% !important;width: 100% !important;padding: 0px;overflow: hidden;}
.navbar{margin: 0px;min-height: auto;border:none;}
@media(max-width: 768px) {
    .row{padding: 0px;margin:0px -15px;}
    .container{padding: 0px 15px;}
}
/*默认*/
a{color: #666; text-decoration: none; outline: none; -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; -ms-transition: all 0.2s ease-out; transition: all 0.2s ease-out;}
a:hover,a:active,a:focus{color: #8a0019; text-decoration: none;outline: none;}
ol,ul{list-style: none; padding-left: 0;margin:0px;}
.text-ellipsis{text-overflow: ellipsis; white-space: nowrap; overflow: hidden;}
.fl{float: left;}
.fr{float: right;}
.bg-fff{background-color: #fff;}
.clearfix{overflow:hidden;}
.clearfix:after, .clearfix:before { content: " "; display: table;}
.clearfix:after { clear: both;}

/*网页去色写法*/
.qm-activity{
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
}
/*.qm-activity:hover{
    filter: grayscale(0);
    filter: none;
}*//*去色恢复*/

/*当前颜色 input框颜色*/
.form-control:focus{border-color: #0148a4; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(1, 72, 164, 0.6);}
.form-control:focus::-moz-placeholder{color: #0148a4; opacity: 1;}
.form-control:focus:-ms-input-placeholder{color: #0148a4;}
.form-control:focus::-webkit-input-placeholder{color: #0148a4;}
/*img{max-width: 100%;}*/
img.fill{width: 100%; height: 100%;}
body{overflow-x: hidden; width: 100%;}
.top_sprite{background: url('../images/top_sprite.png') 0px 0px no-repeat;display: inline-block;*display: inline;*zoom:1;}
/*通用块结构*/
.meta_title{
  width: 100%;
  background: transparent;
  padding: 0px;
  height: 40px;
  box-sizing: border-box;
}
.meta_title span{
  display: inline-block;
  *display: inline;
  *zoom:1;
  position: relative;
  padding: 5px 10px;
  font-size:18px;
  line-height: 30px;
  background-color: transparent;
  color: #333;
  height: 40px;
}
.meta_title span .arrowdown{
}
.meta_title span img{
    width: 24px;
  height: 24px;
  margin-right: 10px;
  vertical-align: sub;
}
a.meta_more{
  color: #999;
  font-weight: normal;
  font-size:12px;
  line-height: 40px;
  display: inline-block;
  float: right;
  margin-right: 10px;
}
a.meta_more:hover {
  font-weight: bold;
}
.meta_news {
  padding:0px;
  margin:15px 0px 0px;
}
.meta_news .meta_top {
  border-bottom: 1px dashed #ddd;
  padding-bottom: 5px;
  margin-bottom: 5px;
  overflow: hidden;
}
.meta_news .meta_top h5 {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 16px;
  display: block;
  color: #333;
  font-weight: bold;
}
.meta_news .meta_top p.meta_top_con{
  font-size: 14px;
  line-height: 20px;
  /*text-indent: 28px;*/
  height: 80px;
  text-align: justify;
  white-space: normal;
  margin-bottom: auto;
  color: #999;
  display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:4;
  overflow: hidden;
  text-overflow: ellipsis;
}
.meta_news .meta_top p.meta_top_con .meta_top_detail{color: #021781;}
.meta_news .meta_top p.meta_top_imgcon{
  font-size: 14px;
  line-height: 20px;
  /*text-indent: 28px;*/
  height: 80px;
  text-align: justify;
  white-space: normal;
  margin-bottom: auto;
  color: #666;
  display:block;
  position: relative;
  padding-left: 125px;

}
.meta_news .meta_top p.meta_top_imgcon img {
  width: 120px;
  height: 80px;
  position: absolute;
  left: 0px;
  top:0px;
}
.textList li {
  position: relative;
  line-height: 27px;
  /*background:url(../images/jian.png) no-repeat 0 50%;padding-left:12px;*/
}
.textList li a {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  padding-right: 70px;
  padding-left: 0px;
  font-size: 14px;
  text-align: left;
}
.textList li span {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 13px;
  color: #999;
}

.meta_cont{}
.meta_cont .meta_title{
  border-bottom: 2px solid #e9280c;
}
.meta_cont .meta_title span{
  background-color: #e9280c;
  color: #fff;
}
.meta_cont .meta_title span .arrowdown{
    position: absolute;
    top: 40px;
    left: 40%;
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #e9280c;
}
.meta_cont .meta_news li{/*background: transparent;padding: 0px;border-bottom:1px dotted #dbdbdb;*/}

.meta_cont2{border:1px solid #bfcadc;border-top: 2px solid #143B88;}
.meta_cont2 .meta_title{
  background: #DEE6F9;
}
.meta_cont2 .meta_title span{
  color: #183883;
}
.meta_cont2 .meta_title span .arrowdown{
}
.meta_cont2 .meta_news {
  padding:0px 10px;
  margin-bottom: 15px;
}
.meta_cont2 .meta_news li.textList{background: transparent;padding: 0px;}

.meta_cont3{}
.meta_cont3 .meta_title{
  border-bottom: 1px solid #ccc;
}
.meta_cont3 .meta_title span{
  border-bottom: 3px solid #e9280c;
  color: #333;
}
.meta_cont3 .meta_title span .arrowdown{}
.meta_cont3 .meta_news li.textList{background: transparent;padding: 0px;border-bottom:1px dotted #dbdbdb;}

.meta_cont4 .meta_title{border-bottom: 1px solid #dcdcdc;height: 39px;}
.meta_cont4 .meta_title span{color: #333;}
.meta_cont4 .meta_title .active{border:1px solid #dcdcdc; border-top:2px solid #eb1414;border-bottom: none;color: #eb1414;background-color: #fff;}
.meta_cont4 .meta_news .meta_top h5{font-size: 20px;text-align: center;color: #eb1414;}


/*--------------------top_welcome/top_pic 顶部图片广告--------------------*/
.top_festival_box{display: block;position: relative;text-align:center;}
.top_festival_area{display: inline-block;*display:inline;*zoom:1;position: relative;}
.top_festival_area img.pic-festival{width: 100%;height:auto;}
.top_festival_close{display: inline-block;*display:inline;*zoom:1;position: absolute;top: 0px;right: 30px;width: 32px;height: 32px;text-align: center;cursor: pointer;background-position: -32px 0px;}
.top_festival_close img{max-width: 100%;max-height: 100%;}
.top_festival_open{
  text-align: center;
  background-color: #5e8579;
  -moz-box-shadow: 0px 2px 4px #ccc;
  -webkit-box-shadow: 0px 2px 4px #ccc;
  box-shadow: 0px 2px 4px #ccc;
  position: absolute;
  top: 0px;
  right: 30px;
  width: 32px;
  height: 32px;
  cursor: pointer;
  z-index: 2;
  padding: 8px;
  display: none;
  background-position: 0px 0px;
}

/*--------------------top_welcome/floatImg+rollCouplets 对联、飘动广告--------------------*/
#floatimg{z-index: 10;}
.flimg{max-width: 500px;max-height: 500px;display: block;}
.flimg img{max-width: 500px;max-height: 500px;}
.duilian{width: 100px;display: none; overflow: hidden; top: 160px;z-index: 10;}
.duilian_con {border: #ccc 1px solid; width: 100%; overflow: hidden; }
.duilian_con img{width: 100%;}
.duilian_close {text-align: center; line-height: 24px; width: 100%; display: block; height: 24px;cursor: pointer;}
.duilian_close img{max-width: 100%;}

/*--------------------top_welcome/floatContact.php 右侧浮动块--------------------*/
.suspension-right{position: fixed;right: 0px;top: 50%;z-index: 10;}
.suspension-right li{position: relative;width:40px ;height: 40px; background-color: rgba(0,0,0,.6);box-shadow:0 1px 3px rgba(0,0,0,.2);cursor:pointer;border-radius: 2px;text-align: center;margin-bottom: 10px;}
.suspension-right li a i{width: 40px;height: 40px;display: inline-block;background-repeat: no-repeat;background-position: center;vertical-align: top;line-height: 40px;font-size: 30px;color: #fff;}
.suspension-right li i.fa-angle-up{font-size: 40px;}
.suspension-right li i.fa-wechat{font-size: 25px;}
.suspension-right li .sr-link-item{width: 0px;position: absolute;top: 0;right: 42px;-webkit-transition:.3s;-moz-transition:.3s;-ms-transition:.3s;-o-transition:.3s;transition:.3s;overflow: hidden;}
.suspension-right li .sr-link-item>div{padding: 20px;background-color: #fff;border: 1px solid #E3E3E3;border-top:4px solid #d40000;box-shadow:0 1px 8px rgba(0,0,0,.1);border-radius: 2px;font-size: 14px;margin-right: 6px;position: relative;}
.suspension-right li:hover .sr-link-item{width: 250px;}
.suspension-right li .sr-link-item .arrowright{
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    display: block;
    position: absolute;
    top: 10px;
    right: 0px;
    margin-left: -6px;
}
.suspension-right li .sr-link-item .arrowright em,.suspension-right li .sr-link-item .arrowright i {
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    display: block;
    position: absolute;
    border: 6px solid transparent;
    border-style:dashed dashed dashed solid;
}
.suspension-right li .sr-link-item .arrowright em {
    border-left-color: #E3E3E3;
    left: 1px;
}
.suspension-right li .sr-link-item .arrowright i {
    border-left-color: #fff;
    left: 0;
}
.suspension-right li .sr-link-item a,.suspension-right li .sr-link-item p{margin:0px;}
.suspension-right li .sr-link-item a:hover{background: #f2f2f2;}
.suspension-right li .sr-link-item img{max-width: 150px;}
.suspension-right li .sr-link-item .callphone{padding: 20px 20px 20px 65px;position: relative;}
.suspension-right li .sr-link-item .callphone .fa-phone-square{font-size: 42px;color: #d3d3d3;position: absolute;left: 20px;top: 20px;line-height: 60px;}
.suspension-right li .sr-link-item .callphone p{padding:0px;white-space:nowrap;line-height: 30px;color:#d40000;font-size:22px;}
.suspension-right li .sr-link-item i.tip{display:block;font-size:14px;color:#888;font-style:normal !important;}
.suspension-right li .sr-link-item .wx{text-align: center;}
.suspension-right li .sr-link-item .wx img{width: 100px;}

/*--------------------top_welcome/top_music 背景音乐--------------------*/
.music{ width:30px; height:30px;float: right;margin-left: 15px;position: absolute;right: 0px;top:20px;}
.playerBtn{ background:url('../images/music_bbg.png') no-repeat; background-size:100% 100%; width: 40px; height: 30px; vertical-align:middle; float:left; display:inline-block;}
.playerBtn button{ background:url('../images/music_sbg.png') no-repeat; background-size:100% 100%; width: 30px; height: 30px; border: none;display:inline-block;outline: none;}
.playerBtn.jp-state-playing button{ -webkit-animation:playmusic 1s linear infinite; -moz-animation:playmusic 1s linear infinite; -ms-animation:playmusic 1s linear infinite; -o-animation:playmusic 1s linear infinite; animation:playmusic 1s linear infinite;}
@-webkit-keyframes playmusic{ 
    0%{ -webkit-transform:rotate(0deg);}
    100%{ -webkit-transform:rotate(360deg);}
}
@-moz-keyframes playmusic{ 
    0%{ -moz-transform:rotate(0deg);}
    100%{ -moz-transform:rotate(360deg);}
}
@-ms-keyframes playmusic{ 
    0%{ -ms-transform:rotate(0deg);}
    100%{ -ms-transform:rotate(360deg);}
}
@-o-keyframes playmusic{ 
    0%{ -o-transform:rotate(0deg);}
    100%{ -o-transform:rotate(360deg);}
}
@keyframes playmusic{ 
    0%{ transform:rotate(0deg);}
    100%{ transform:rotate(360deg);}
}

/*--------------------top_welcome/top_welcome 头部顶拦--------------------*/
.topbar {
  color: #333;
  font-size: 12px;
  letter-spacing:1px;
  width: 100%;
  line-height: 35px;
}
/*.topbar *{color: #fff !important;}*/
.topbar1{background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAiCAIAAAARTyRGAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo5NkU3MDEzRDhBOTIxMUU4OEI2Q0RERjJEQzI3NDc1NSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo5NkU3MDEzRThBOTIxMUU4OEI2Q0RERjJEQzI3NDc1NSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjk2RTcwMTNCOEE5MjExRTg4QjZDRERGMkRDMjc0NzU1IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjk2RTcwMTNDOEE5MjExRTg4QjZDRERGMkRDMjc0NzU1Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Fdsf5wAAADlJREFUeNqMjDEKADAMAoP/f3LURtKlW4dDURG2UVXfyIJlSLoQjFIg+ZCs2btJ35N5fbr9ivoIMADhikSm1qIIRQAAAABJRU5ErkJggg=="); background-repeat: repeat-x; background-size: contain;}
.topbar2{background: #f8f8f8;border-bottom: 1px solid #e7e7e7;}

.topbar_nav_left{margin:0px;padding: 0px;}
.topbar_nav_left li{position:relative;font-weight: normal; font-size:12px;height:35px;line-height:35px; float:left;padding-right:10px;text-align:center; cursor:pointer;}
li.topbar_hide{padding: 0px 5px;}
li.topbar_nav_v{background:#fff;border:1px solid #e7e7e7; border-bottom:1px solid #fff; line-height:35px; height:35px;position:relative;}
li.topbar_nav_v .bdnuarrow{ transform:rotate(180deg);}
.topbar_hide_box{display:none;min-width:150px;font-size:12px;position:absolute;left:-1px;top:34px;overflow:hidden;padding:10px 10px 0px;z-index:2;border:1px solid #e7e7e7; border-top:none; background: #fff;-moz-box-shadow:0 3px 3px #e3e3e3;-webkit-box-shadow:0 3px 3px #e3e3e3;box-shadow:0 5px 5px #e3e3e3;/* For IE 8 */-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#e3e3e3')"; /* For IE 5.5 - 7 */filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#e3e3e3');}
.offcn0TopMobile{width:220px;}
li.topbar_nav_v .topbar_hide_box{display: block;}
.topbar li span,.topbar li em{vertical-align: top;line-height:35p;display:inline-block;*display:inline;*zoom:1;}
.topbar li.zg_top_tel em{margin-top:9px;}
.topbar li .bdnuarrow{
    width: 10px;
    height: 5px;
    margin-left: 3px;
    font-size: 0;
    line-height: 0;
    display: inline-block;
    *display: inline;
    *zoom:1;
    vertical-align: middle;
    position: relative;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #999;
    transition: .3s ease-in
}
.offcn0TopMobile dl{margin-bottom:10px;}
.offcn0TopMobile dl dt{float:left;height:20px;color:#ef2d36;line-height:18px;padding:0px 3px 0px 5px;border:1px solid #f32b38;margin-right:6px; font-size:12px;text-align: left;position: relative;}
.offcn0TopMobile dl dd{float:left;line-height:20px;color:#666;width:118px; font-size:12px;text-align: left;margin-bottom: 0px;}
.offcn0TopMobile dl dt .arrowright {
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    display: block;
    position: absolute;
    top: 5px;
    right: 1px;
}
.offcn0TopMobile dl dt .arrowright em,.offcn0TopMobile dl dt .arrowright i {
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    display: block;
    position: absolute;
    border: 4px solid transparent;
    border-style: dashed dashed dashed solid;
}
.offcn0TopMobile dl dt .arrowright em {
    border-left-color: #f32b38;
    left: 1px
}
.offcn0TopMobile dl dt .arrowright i {
    border-left-color: #fff;
    left: 0
}
.icon_app{width: 32px;height: 32px;background-position: -64px 0px;}
.icon_phone{width: 32px;height: 32px;background-position: -96px 0px;}
.icon_weixin{width: 32px;height: 32px;background-position: -192px 0px;}
.icon_weibo{width: 32px;height: 32px;background-position: -160px 0px;}
.icon_qq{width: 32px;height: 32px;background-position: -128px 0px;}
.weather_iframe{margin-top: 9px;}
.topbar_nav_right{margin: 0px;height: 35px;overflow: hidden;}
.topbar_nav_right li{position:relative;font-weight:normal;font-size:12px;line-height:35px; float:left;padding-left:10px;text-align:center; cursor:pointer;}
.topbar_nav_right li hr{border:none;border-right: 1px solid #999;height: 10px;width: 1px;padding-right:10px;margin:0px;display:inline-block;*display:inline;*zoom:1;vertical-align: middle;}
.topbar_nav_right li:last-child hr{border-right:none;width: 0px;}
.topbar_nav_right a{display: inline-block;*display: inline;*zoom:1;vertical-align: top;padding:0px 5px;line-height: 35px;}
.zg_top_tel{color:#e60000;}
.zg_top_tel em{margin-right:3px;display:inline-block;*display:inline;*zoom:1;background:url("../images/icon_call.gif") 0px 0px no-repeat;width:18px; height:17px;}
/*搜索框*/
.topbar_nav_right .searchform{border:none;height: 25px;margin-top: 5px;border-radius: 0px;}
.topbar_nav_right .searchform .searchform_input{width:169px;height:25px;background:#EEE;border:none;vertical-align:top;line-height:25px;border:0px;padding:0px 5px;color: #333;}
.topbar_nav_right .searchform .icon-search{width:29px;height:25px;line-height:25px;border-width:0px;color:#fff;background:#B1B1B1;vertical-align:top;}

/*--------------------top_welcome/top_title 顶部信息--------------------*/
.header{width: 100%;/*overflow: hidden;*/padding: 1.5rem 0px;} 
.head_title,.head_title tr,.head_title tbody{width: 100%;}
.head_title td.tdw3{width: 31%;}
.head_title td.tdw4{width: 46%;}
.head_title td.tdw2{width: 23%;text-align: center;}
.head_title td.tdw7{width: 77%;}
.head_title td.tdw0{width: 0%;}
.head_logo{max-width: 100%;/*max-height: 100px;*/display: inline-block;*display:inline;*zoom:1;vertical-align: middle;}
.searchform {
  border: 1px solid #ccc;
  position: relative;
  overflow: hidden;
  max-width: 280px;
  border-radius: 1rem;
  box-sizing: border-box;
  display: inline-block;*display:inline;*zoom:1;
}
.searchform .searchform_input {
  width: 100%;
  border: none;
  padding: .4rem 1rem;
  font-size: 12px;
  padding-right: 3rem;
  outline: none;
  background-color: #fff;
  height: 35px;
}
.searchform .searchform_Sub {
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  background:transparent;
  width: 2.8rem;
  height: 100%;
  cursor: pointer;
  outline: none;
  z-index: 2;
}
.searchform .icon-search{
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  background: #8a0019;
  display: inline-block;
  width: 2.8rem;
  font-size: 1.2rem;
  text-align: center;line-height: 35px;
  color: #fff;
  height: 100%;
}
/*.top-title轮播*/
.top-title{position: relative;min-height: 50px;text-align: center;display: inline-grid;width: 100%;}
.top-title .swiper-container ,.top-title .swiper-container .swiper-wrapper{width: 100%;}
.top-title a{width: 100%;overflow: hidden;display: block;text-align: center;position: relative;border-radius: 100%;}
.top-title a img{margin: auto;text-align: center;width: 100%;}
.top-title a:after{position: absolute;content: '';width: 100%;height: 100%;top: 0;left: 0;box-shadow:0 0 50px 2px #093D88  inset;border-radius: 100%;}


/*--------------------top_menu/top_menu1 导航1--------------------*/
.header_nav{
  background: #8a0019 repeat center center;
  background-size: cover;
  height: 45px;
  position: relative;
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
}
.navbar{
  padding: 0px;
  width: 100%;
}
.header_nav .navbar .navbar-nav{width: 100%;}
.header_nav .navbar li.nav-item{position: relative;}
.header_nav .navbar li.nav-item .nav-link{
  color: #fff;
  width: 100%;
  padding:16px 0px;
  height: 45px;
  text-align: center;
  white-space: nowrap;
  position: relative;
  text-overflow: ellipsis; white-space: nowrap; overflow: hidden;
  display: inline-block;*display: inline;*zoom:1;
}
.header_nav .navbar .nav-item a.nav-link .r-line{
  display:block;
  padding: 0px 5px;
  font-weight: normal;
  font-size: 16px;
  line-height: 13px;
  /*border-right: 1px solid #d4d4d4;*/
  border-left: 1px solid #c4c4c4;
  position: relative;
  vertical-align: text-bottom;
}
.header_nav .navbar .nav-item:first-child a.nav-link .r-line{
  border-left: none;
}
.header_nav .navbar .nav-item:last-child a.nav-link .r-line{
  border-right: none;
}
.header_nav .navbar .active > .nav-link{
  background-color: rgba(0, 0, 0, 0.2); 
}
.header_nav .navbar .navbar-nav .nav-link:focus,
.header_nav .navbar .navbar-nav .nav-link:hover {
  background-color: rgba(0, 0, 0, 0.2); 
}
.header_nav .navbar li.nav-item .node{
  position: absolute;
  top: 45px;
  left: 0px;
  background-color: rgba(255,255,255,0.9);
  border: 1px solid #dddddd;
  z-index: 3;
  min-width: 100%;
  -webkit-box-shadow:0 5px 10px rgba(0,0,0,0.2);
  -moz-box-shadow:0 5px 10px rgba(0,0,0,0.2);
  box-shadow:0 5px 10px rgba(0,0,0,0.2);
  -webkit-background-clip:padding-box;
  -moz-background-clip:padding-box;
  background-clip:padding-box;
  padding:15px;
}
.header_nav .navbar li.nav-item .node li{position: relative;}
.header_nav .navbar li.nav-item .node li a {
  line-height: 40px;
  display: block;
  border-bottom: 1px solid #ddd;
  font-size: 14px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  letter-spacing:1px;
  color:#666;
}
.header_nav .navbar li.nav-item .node li:hover > a {
  color: #ff7200;
}
.header_nav .navbar li.nav-item .node2{
  position: absolute;left: 100%;top: 0px;
  background-color: rgba(255,255,255,0.9);
  border: 1px solid #dddddd;
  z-index: 3;
  min-width: 100%;
  -webkit-box-shadow:0 5px 10px rgba(0,0,0,0.2);
  -moz-box-shadow:0 5px 10px rgba(0,0,0,0.2);
  box-shadow:0 5px 10px rgba(0,0,0,0.2);
  -webkit-background-clip:padding-box;
  -moz-background-clip:padding-box;
  background-clip:padding-box;
  padding:15px;
}
.header_nav .navbar li.nav-item .node2 li:hover > a {
  color: #ff7200;
}
.header_nav .navbar li.active > .nav-link{
  background-color: rgba(0,0,0,.2);
  color: #fff ;
  border-top: 3px solid #8a0019;
  margin-top: -3px;
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
}
.navbar-collapse{padding: 0px;}
.navbar-brand>img{display: inline-block;*display: inline;*zoom:1;}
/*菜单置顶样式*/
.header_nav.scroll{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 100;
}
.header_nav.scroll .navbar-brand{display: block !important;}
.header_nav.scroll .navbar-collapse {
    margin-left: -30px;
}
/*--------------------top_menu/top_menu3 导航3加搜索框的菜单--------------------*/
.nav-search{display: block;}
.header_nav .nav-search .searchform{margin: 8px 8px 0px 0px;width: 250px;}
.header_nav .nav-search .searchform .searchform_input{height: 31px;}
.header_nav .nav-search .searchform .icon-search{width: 4rem;font-size: 14px;line-height: 31px;}
/*--------------------top_menu/top_menu2 导航2+logo的菜单--------------------*/
.head{border-bottom: 2px solid #F08519;background-color: #fff;}
.img-logo{height: 60px;display: inline-block;*display: inline;*zoom:1;float: left;}
.img-logo img{max-height: 100%;}
.menu-box{float: right;}
.search_bar {
    position: relative;
    float: right;
    width: 40px;
    height: 40px;
    margin-top: 10px;
}
.search_bar_input{
    position: absolute;
    top: 0;
    right: 100%;
    border: none;
    outline: none;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #666;
    background: #fdfdfd;
    width: 0%;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    transition: width 0.3s;
    -webkit-backface-visibility: hidden;
    padding: 0px;
}
.search_ico,.search_btn{
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    margin: 0;
    border:0;
    line-height: 40px;
    cursor: pointer;
}
.search_btn{background: transparent;z-index: 1;outline: none;}
.search_ico{background: #F08519;font-size: 25px;text-align: center;color:#fff;}
.search_open{width: 250px !important;padding:0px 5px;border: 1px solid #999;}
/*--------------------top_menu/top_menu4 导航4手机端可滚动的菜单--------------------*/
.header_nav .searchform,.nav_swiper .searchform{margin-top: 4px;}
.header_nav .searchform{border-radius: 30px;}
.header_nav .searchform .icon-search{width: 60px;}
.header_nav .searchform .searchform_Sub{width: 60px;}
.header_nav .searchform .searchform_input{padding: .4rem 65px .4rem 1rem;}
.nav_swiper{overflow: hidden;width: 100%;background: #8a0019 repeat center center;
  background-size: cover;
  height: 45px;
  position: relative;
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);}
.nav_swiper{display: inline-block;*display: inline;*zoom:1;text-align: center;}
.nav_swiper li a{color: #fff;white-space: nowrap;color: #fff;
  width: 100%;
  padding:16px 0px;
  height: 45px;
  text-align: center;
  position: relative;
}
.nav_swiper li a .r-line{
  display:block;
  padding: 0px 5px;
  font-weight: normal;
  font-size: 16px;
  line-height: 13px;
  /*border-right: 1px solid #d4d4d4;*/
  border-left: 1px solid #c4c4c4;
  position: relative;
  vertical-align: text-bottom;
}
.nav_swiper li:first-child a.nav-link .r-line{
  border-left: none;
}
.nav_swiper li:last-child a.nav-link .r-line{
  border-right: none;
}
.nav_swiper li.active > a{background-color: rgba(0, 0, 0, 0.2);}
.nav_tab li{font-size: 14px;min-width: 90px;text-align: center;width: auto;}
.nav_swiper  .searchform{margin: 6px 6px 0px 0px;width: 250px;border-radius: 30px;}
.nav_swiper  .searchform .searchform_input{height: 31px;padding: .4rem 4rem .4rem 1rem;}
.nav_swiper  .searchform .icon-search{width: 4rem;font-size: 14px;line-height: 31px;}

@media (min-width: 768px){
  .nav-justified>li{width: auto;}
}

@media screen and (max-width: 991px) {
  .header {
    margin-top: 60px;
    padding: 0px;
  }
  body{padding-top: 60px;}
  .header_nav {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 11;
    width: 100%;
    height: 60px;
  }
  .header_nav .container .navbar{
    padding: 10px 0px;
  }
  .header_nav .container .navbar .logo_text{font-weight:bold;font-size:12px;line-height:40px; padding-left:3px; display: inline-block;vertical-align: middle;color:#fff;width: 82%;text-overflow: ellipsis; white-space: nowrap; overflow: hidden;}
  .header_nav .container .navbar .navbar-brand{padding: 0px;margin:0px;height: 40px;width: 85%;}
  .navbar:before, .navbar:after{display: none;}
  .collapse{visibility:initial;}
  .header_nav .container .navbar .navbar-toggler {
    position: relative;
    border-color: rgba(255, 255, 255, 0.8);
    outline: none;
    height: 35px;
  }
  .header_nav .container .navbar .navbar-toggler.collapsed {
    background-color: rgba(255, 255, 255, 0.4);
  }
  .header_nav .navbar .navbar-toggler .icon-bar{ background-color: #fff;transition: all .3s ease-in-out;display: block;width: 22px;height: 2px;border-radius:1px;}
  .header_nav .navbar .navbar-toggler .icon-bar:nth-child(3){ display: none;}
  .header_nav .navbar .navbar-toggler .icon-bar:nth-child(2){    
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .header_nav .navbar .navbar-toggler .icon-bar:nth-child(4){    
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);    
    margin-top: -1px;
  }
  .header_nav .navbar .navbar-toggler.collapsed .icon-bar:nth-child(3){ display: block;}
  .header_nav .navbar .navbar-toggler.collapsed .icon-bar{
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    margin-top: 4px;
  }
  .header_nav .container .navbar .navbar-collapse {
    width: 100%;
    position: fixed;
    left: 0;
    top: 60px;
    padding-top: 0px;
    padding-right: 80px;
    background-color: rgba(0, 0, 0, 0.2);
    height: 100%;
    overflow-y: scroll;
  }
  .header_nav .container .navbar .navbar-nav {
    background-color: #8a0019;
    margin: auto;
    min-height: 100%;
    overflow: hidden;
    overflow-y: scroll;
    padding-bottom: 100px;
  }
  .header_nav .container .navbar .navbar-nav .nav-item {
    flex-grow: inherit;
  }
  .header_nav .container .navbar .navbar-nav .nav-item > a.nav-link {
    border-bottom: 1px solid rgba(0, 0, 0, 0.075);
    position: relative;
    border-top:none;
    margin:0px;
  }
  .header_nav .navbar .nav-item a.nav-link .r-line{border:none;}
  .header_nav .navbar .mainlevel a.nav-link:after {
    content: "\f107";
    display: inline-block;
    font: normal normal normal 20px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    right: 20px;
    top: 0;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
  }
  .header_nav .navbar .mainlevel ul.node {
    position: relative;
    top:auto;
    left: 0px;
    border: none;
    background: rgba(255, 255, 255, 0.9);
    padding: 0 1rem;
  }
  .header_nav .navbar .mainlevel ul.node li a{
    color: #666;
  }
  .header_nav .navbar li.active > .nav-link{
    background-color: rgba(0,0,0,.2);
    color: #fff ;
    border-top: none;
    margin-top: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow:none;
    box-shadow:none;
  }
  /*top_menu3 加搜索的菜单*/
  .header_nav .nav-search .searchform{display: none;}
}
@media screen and (max-width: 866px) {
  .img-logo{display: none;}
}
/*--------------------top_menu/top_menu5 导航5手机端可滚动的菜单--------------------*/
.top_box{width:100%;margin:0px auto 20px;background:url(../images/top.jpg) repeat-x 0 top;}
.top_menu{clear:both;height:152px;margin:0px auto;position:relative;z-index:2;background:url(../images/menue-bg.jpg) no-repeat right 118px;}
.top_box .logo{float:left;text-align:left;height:94px;margin-top:25px;overflow:hidden;}
.top_box .logo img{max-width: 100%;}
.menu_box{float:right;height:110px;margin-top:21px;text-align:left;font-size:13px;font-weight:bold;padding:0px;overflow:hidden;}
.menu_style_homepage{float:left;text-align:center;width:30px;margin:0px 22px;}
.menu_style{float:left;text-align:center;width:30px;margin:0px 22px;}
a.menu{display:block;color:white;width:30px;height:110px;text-align:center;font-size:16px;font-family:Microsoft YaHei;font-weight:normal;background:url(../images/mr.png) no-repeat center bottom;}
a.menu:hover{color:#FCFF00;text-decoration:none;background:url(../images/xz.png) no-repeat center bottom;}
.menu_current a.menu{color:#FCFF00;background:url(../images/xz.png) no-repeat center bottom;}
/*--------------------top_menu/top_menu6 导航6--------------------*/
.header_menu6{width:100%;min-width: 300px; height:auto; z-index:100;position:relative;top:0;left:0;}
.black_bg01{position: fixed;background-color:#000;opacity: 0.7;width:100%;height:100%;display: none;filter: alpha(opacity=70)}
.header_menu6.current .black_bg01{display: block;}
.serWrap{height:0;overflow:hidden;}
#ser{width:100%;overflow: hidden;padding:20px 0 ;background-color:#fff;border-bottom:1px solid #ededed;display: none;}
.ser{width:800px; height:38px; line-height:34px; background-color:#fff;z-index:9999994; margin:0 auto;position: relative;}
.search input{position:absolute;  height: 34px;line-height:34px; color:#262626; border:none; background:none; top:0px; padding-left:0px; }
.search input.notxt{color:#a4a4a4; padding:0 0 0 7px;width:83%;border:1px solid #bfbfbf;}   
.search input.notxt1 {position: absolute;width: 15%;height:34px;right:0;border: none;cursor:pointer; overflow: hidden;padding-right:0;color:#fff;border:none;background-color: #df4c36;border:1px solid #df4c36;height: 36px;}
.topWrap{width: 100%;background:#104780;}
.top_menu6{height: 42px;line-height: 42px;margin:0 auto;}
.top_menu6 a{color:#fff;display: inline-block;*display: inline;*zoom:1;font-size: 14px;}
.top_menu6 a:not([href]):not([tabindex]){color:#fff;}
.top_menu6 span{color:#fff;margin:0 5px;display: inline-block;*display: inline;*zoom:1;}
.top_menu6 a:hover{opacity: 0.8;}
.top_menu6 li{position:relative;font-weight: normal; float:left;cursor:pointer;font-size: 14px;}
.top_lf li:last-child span{display: none;}

.top_lf{float:left;}
.top_rt{float:right;height: 42px;}
.top_rt li .zg_top_tel em{margin-top:12px;}
.top_rt .icon_qq{margin-top: 5px;}
.top_rt li{position:relative;float:left;cursor:pointer;}
.top_rt li a,.top_rt li .zg_top_tel span{vertical-align: top;}
.serBtn{background:url(../images/serBtn.png) no-repeat center center;cursor: pointer;display: inline-block;*display: inline;*zoom:1;width: 18px;height: 42px;}
.nav-wrapper{width: 100%;height: 75px;background-color:#fff;}
.logo{ width:200px; height:0; position: relative;z-index: 99992;top:-34px;margin:0 auto;transition: all 0.3s ease}
.logo_bg{width: 260px;height: 0;position: relative;z-index: 99990;top:75px;margin:0 auto;}
.logo img,.logo_bg img{width: 100%;max-width: 100%;}
.navmenu{margin:0 auto;z-index: 9992;}
.navmenu_lf{width: 41.24%;float:left;}
.navmenu_rt{width: 41.24%;float:right;}
.navmenu ul{}
.navmenu ul li{ float:left;height: 40px;padding-top:18px;transition: all 0.3s ease;position: relative;}
.navmenu ul > li{width:20%;}
.navmenu ul li > a{padding:0;text-align:center;line-height:40px;height: 40px;color:#01366e;transition: all 0.3s ease;}
.navmenu ul li > a{font-size:16px;display: block;font-weight:bold;}
.navmenu ul li.on > a,.navmenu ul li:hover > a{color: #fff;background-color:#0050a5;height:57px;line-height: 57px;}
.navmenu ul li.on{height:57px; }
.navmenu ul li.on .subNav{display: block;}
.subNav{width:100%;background: rgba(0, 80, 165, 0.8);}
.subNav{position: absolute;left:0;top:75px;display: none;}
.subNav dd {margin: 0px;font-size: 14px;}
.subNav a{color:#fff;padding:8px 15px;display: block;}
.subNav a:hover{background-color:#0050a5;}
.header_menu6.currents .logo{width: 135px;top:-37px;}
.header_menu6.currents .navmenu ul li{padding-top:10px;height: 48px;}
.header_menu6.currents .navmenu ul li.on > a,.header.currents .nav ul li:hover > a{height:48px;line-height: 48px;}
.header_menu6.currents .subNav{top:56px;}
.header_menu6.currents .nav-wrapper{height: 56px;}
.header_menu6.currents{box-shadow: 0 2px 6px rgba(0,0,0,0.4)}
.flipInY  {
  -webkit-animation-name: flipInY ;
  animation-name: flipInY ;
  animation-duration: 0.6s; 
  -webkit-animation-duration: 0.6s;

  animation-timing-function: ease-in-out; 
  -webkit-animation-timing-function: ease-in-out;   

  visibility: visible !important; 
  display: block;
}
@keyframes flipInY  {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
/*手机端导航*/
.mobile{width: 100%;position:absolute;height: 42px;display: none;top:5px;right: 0;z-index: 99991}
.mobile_title{float:left;color:#fff;position: absolute;left:10px;top: 0;width: 50%;height: 40px;line-height: 40px;text-align: center;font-size: 14px;font-weight:normal;}
.mobile_title a{float:left;width: 100%;display: block;color:#fff;line-height: 31px;height: 31px;font-size: 14px;
    overflow:hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow:ellipsis;
}
.mobile-inner-header{width:100%;
    height: 42px;position: absolute;top: 0px;right: 0px;}
    .mobile-inner-header-icon{
  color: #ffffff; height: 40px;font-size:25px;text-align: center;
  float:right;width: 40px;position: relative;
  -webkit-transition: background 0.5s;
  -moz-transition: background 0.5s;
  -o-transition: background 0.5s;
  transition: background 0.5s;
}
.mobile-inner-header-icon:hover{
  opacity:0.8;
  cursor: pointer;
}
.mobile-inner-header-icon span.mobile_home{font-size: 14px;width: 40px;border-top:0;height:100%;text-align:center;font-weight: normal;display: block;border:1px solid #ccc;border-radius: 2px;}
.mobile-inner-header-icon{
    color: #fff; height: 28px;line-height: 28px; text-align: left;float:right;width: 40px;position: relative; cursor: pointer;margin-right: 10px;font-weight: bold;text-align: right;} 

@keyframes clickfirst {
  0% {
      transform: translateY(4px) rotate(0deg);
      
  }

  100% {
    transform: translateY(0) rotate(45deg);
  }
}   

@keyframes clicksecond {
  0% {
      transform: translateY(-4px) rotate(0deg);
  }

  100% {
    transform: translateY(0) rotate(-45deg);
  }
} 

@keyframes clickthird {
    0% {
     opacity: 0
  }

  100% {
   opacity: 0
  }
}   

@keyframes outfirst {
  0% {
    transform: translateY(0) rotate(-45deg);
  }

  100% {
    transform: translateY(-4px) rotate(0deg);
  }
}   

@keyframes outsecond {
  0% {
    transform: translateY(0) rotate(45deg);
  }

  100% {
    transform: translateY(4px) rotate(0deg);
  }
}
@keyframes outthird {
  0% {
    transform: translateY(0) rotate(90deg);
  }

  100% {
    transform: translateY(12px) rotate(0deg);
  }
}

.mobile-inner-nav{  background-color:#eaeef5;width: 100%; position: absolute;top: 37px;   left: 0px;padding-top: 10px;padding-bottom: 25px;display: none;}
.mobile-inner-nav a{display: inline-block;line-height: 45px;
    text-decoration: none;  width: 100%;font-size: 14px; 
     border-bottom: solid 1px #d3d3d3;
    -webkit-transition: all 0.5s;   -moz-transition: all 0.5s;
    -o-transition: all 0.5s;    transition: all 0.5s; }
.mobile-inner-nav a:hover{color:#0050a5;}
.mobile-inner-nav li{position: relative;padding: 0 20px;}
.mobile-inner-nav li a{text-indent: 15px;}
.mobile-inner-nav li strong{color:#aaa;position: absolute;right:20px;top:0;font-size: 25px;cursor: pointer;width: 40px;height: 45px;text-align: center;line-height: 40px;-webkit-transition: all 0.5s;   -moz-transition: all 0.5s;
    -o-transition: all 0.5s;    transition: all 0.5s; }
.mobile-inner-nav a{-webkit-animation-duration: 0.5s;animation-duration: 0.5s;-webkit-animation-fill-mode: both;animation-fill-mode: both;-webkit-animation-name: returnToNormal;animation-name: returnToNormal;}
@-webkit-keyframes returnToNormal {
      from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
      }

      to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
      }
    }

    @keyframes returnToNormal {
      from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
      }

      to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
      }
    }
.mobile_subNav{display: none;padding-left:10px;}
.mobile-inner-nav dd a{height: 35px;line-height: 35px;border-bottom: dotted 1px rgba(0,0,0,0.2);font-size: 12px;}
.mobile_search{clear: both;position: relative;height: 36px;margin:10px 30px 0;border:1px solid #d3d3d3;border-radius: 30px;overflow: hidden;}
.mobile_search input.notxt{width: 90%;color:#333;margin-left:55px;border:none;outline: none;}
.mobile_search input.notxt1{width: 55px;background-color:#fff;right:auto;left:0;background:url(../images/serBtn.png) no-repeat center center;border:none;outline: none;}
.mobile-links{width: auto;margin:0 20px 10px;overflow: hidden;border-bottom:solid 1px #d3d3d3;padding:6px 0;}
.mobile-links span{float:left;padding:0 15px;}
.mobile-links span a{border:none;line-height: 25px;padding:4px 0;}
@media screen  and (max-width:1225px) {
  .top_menu6,.navmenu{width: auto;padding:0 15px;}
}
@media screen  and (max-width:1024px) {
  .navmenu{display: none;}
  .logo_bg{display: none;top: 29px;}
  .logo{width: 115px;}
  .nav-wrapper{height: 30px;display: none;}
  .top_menu6{display: none;}
  .topWrap{height: 42px;}
  .mobile{display: block;}
  .logo_bg{display: none;}
}
.top_menu6_content{width:100%;position: relative;padding-top:38px;z-index: 1;}
.gz_bg{width: 100%;height: 50px;background:url(../images/gz_bg.png) no-repeat top center;position: absolute;left:0;top:-12px;}
/*top_menu6_1 导航6增加图片渐变缩小效果*/
/*top_menu6_2 导航6更换图片轮播效果*/

.swiper-slide span.banner_text{position: absolute;bottom: 0px;left: 0px;width: 100%;padding: 0px 10px 20px;background-color: rgba(0,0,0,.7);color: #fff;font-size: 14px;line-height:40px;text-align: center;}
.swiper-pagination-bullet{background-color: #999;}
/*--------------------banner/banner1 轮播图1--------------------*/
.swiper1{position: relative;margin-bottom: 20px;}
.swiper1-slide img{width: 100%;max-height: 100%;margin:0px auto;}
.swiper1-slide a{position: relative;display: inline-block;*display: inline;*zoom:1;width: 100%;height: 100%;}
.swiper1 .swiper-pagination{bottom: 0px;}
.banner1 .swiper-pagination .swiper-pagination-bullet{width: 20px;height: 10px;border-radius:0 ;margin: 0 5px;opacity: .5;}
.banner1 .swiper-pagination .swiper-pagination-bullet-active{background: #F08519;opacity: 1;}
/*--------------------top_menu/top_menu6 导航6轮播图--------------------*/
.header_menu6_banner{position: relative;z-index: 1;max-width: 1920px;margin:0 auto;}
.Banner_line{width: 100%;height: 48px;background:url(../images/line.png) no-repeat top center;position: absolute;bottom:-18px;left:0;z-index: 998;}
.header_menu6_banner .swiper-pagination{width: 160px;height: 32px;background:url(../images/banner_bg01.png) no-repeat top center;position: absolute;bottom:-1px;left:50%;margin-left:-80px;z-index: 1045;}
.header_menu6_banner .swiper-pagination .swiper-pagination-bullet{width: 12px;height: 12px;background-color:#0050a5;border:2px solid #0050a5;border-radius: 12px;opacity: 1;background: transparent;}
.header_menu6_banner .swiper-pagination .swiper-pagination-bullet:hover,.header_menu6_banner .swiper-pagination .swiper-pagination-bullet-active{background: #0d58aa;}

/*--------------------banner/banner2 轮播图2--------------------*/
.swiper2{ overflow:hidden; position:relative;width:100%;}
.swiper2 ul{overflow:hidden;}
.swiper2 ul li{float:left;width:100%;height:100%;position:absolute;}
.swiper2 ul li a{display:block;width:100%;height:100%;position: relative;}
.swiper2 ul li span{padding: 5px 10px 45px;font-size: 16px;}
.swiper2 .swiper2_nav{position:absolute;left:0px;bottom:0px;width:100%;text-align: center;padding: 10px;}
.swiper2 .swiper2_nav i{display:inline-block;width:27px;height:24px;margin:0 5px;line-height:3px;text-align: center;vertical-align: middle;cursor: pointer;background:url(../images/dian2.png) no-repeat left center;background-size: cover;}
.swiper2 .swiper2_nav i.now{background:url(../images/dian2.png) no-repeat right center;background-size: cover;}
/*按钮*/
.swiper2 .prev{ position: absolute; left:0; top:0; width:80px; height:90%; z-index:10; }
.swiper2 .next{ position: absolute; right:0; top:0; width:80px; height:90%; z-index:10; }
.swiper2 .prev a{ position: absolute; left:0; top:50%; margin-top:-40px; width:80px; height:80px; background:url(../images/ld_prev.png) no-repeat center;  opacity:0; transition:all 0.3s; -webkit-transition:all 0.3s; }
.swiper2 .next a{ position: absolute; right:0; top:50%;  margin-top:-40px; width:80px; height:80px; background:url(../images/ld_next.png) no-repeat center;  opacity:0; transition:all 0.3s; -webkit-transition:all 0.3s;}
.swiper2 .prev:hover a,.swiper2 .next:hover a{ opacity:1; }
@media screen and (max-width: 768px) {
  .swiper1.swiper_nav_left .swiper-pagination{padding: 0px;}
  .swiper2 .swiper2_nav i{width: 15px;height: 15px;}
}

.swiper_nav_left .swiper-slide span.banner_text{text-align: left;padding: 0px 100px 0px 20px;}
.swiper_nav_left .swiper-pagination{right: 10px;width: auto;left: auto;}
.swiper1.swiper_nav_left .swiper-pagination{padding: 10px;}

/*--------------------banner/banner4 轮播图4--------------------*/
.banner4{width: 100%;margin: 0 auto;overflow:hidden;position: relative;}
.html5zoo-img-0  img{width: 100%;height: 100%;}

/*.main-container {
  padding: 0px 0px 0px;
}*/
/*--------------------search/list.php 搜索页--------------------*/
.search-box{width: 100%;text-align: center;}
.search-box .control-label{font-size:14px;font-weight:normal;line-height:35px;color: #666;margin:0px 0px 5px;display: inline-block;*display: inline;*zoom:1;vertical-align: middle;}
.search-box .controls{width: 200px;line-height:35px;display: inline-block;*display: inline;*zoom:1;vertical-align: middle;margin-bottom: 5px;}
.search-box .searchform_input{height: 35px;border: 1px solid #ccc;width: 200px;padding: 1px 2px;margin-bottom: 5px;}
.search-box .searchform{width: 100%;max-width: 100px;line-height: 35px;height: 35px;border:none;margin-bottom: 5px;vertical-align: middle;}
.search-box .icon-search{background: #AECAF0;color: #31508B;width:100%;font-size: 20px;border-radius: 10px;}
.search-box .searchform_Sub{width: 100%;}
.search-box .l-text{height: 35px;line-height: 35px;border:1px solid #ccc;}
.search-box .l-text-field{height: 100%;}
.search-box .l-trigger,.search-box .l-trigger-hover,.search-box .l-trigger-pressed{width: 31px;height: 31px;background: #AECAF0;}
.search-box .l-trigger-cancel{background: transparent;right: 31px;}


/*--------------------one_col/advertisement 广告图展示--------------------*/
.swiper_adv{position: relative;}
.swiper_adv-slide,.swiper_adv img{width: 100%;}
.swiper_adv .swiper-pagination-bullet{margin:0px 2px;}
/*--------------------one_col/one_pic1 图集展示第一款--------------------*/
.album{padding: 0px 30px;position: relative;}
.album .swiper-slide{text-align: center;width:auto;}
.album .swiper-button-prev,.album .swiper-button-next{
    width:30px;
    height:30px;
    background:url("../images/top_sprite.png") -224px 0px no-repeat;
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -15px;
    cursor: pointer;
}
.album .swiper-button-next{
    background:url("../images/top_sprite.png") -256px 0px no-repeat;
    left: auto;
    right: 0px;
}
/*--------------------one_col/link6_album 链接&图集站点第六款--------------------*/
.link6_album .meta_news{text-align: center;}
.link6_album .meta_cont{width: 100%;}
.link6_album img{max-width: 100%;border: 1px solid #ddd;}
.link6_album p{margin:0px;}
.link6_album .list-row-11{float:left;padding: 0px 10px 20px;width: 9.09%;box-sizing: border-box;}
.link6_album .list-row-10{float:left;padding: 0px 10px 20px;width: 10%;box-sizing: border-box;}
.link6_album .list-row-9{float:left;padding: 0px 10px 20px;width: 11.11%;box-sizing: border-box;}
.link6_album .list-row-8{float:left;padding: 0px 10px 20px;width: 12.5%;box-sizing: border-box;}
.link6_album .list-row-7{float:left;padding: 0px 10px 20px;width: 14.28%;box-sizing: border-box;}
.link6_album .list-row-5{float:left;padding: 0px 10px 20px;width: 20%;box-sizing: border-box;}
/*--------------------one_col/one_col2 图集展示第三款_滚动--------------------*/
/*项目建设*/
.project{
    height: 174px;
    padding: 26px 0;
    padding-left: 92px;
    padding-right: 25px;
    background:url(../images/icon_b.jpg) ; 
}
.project1{padding-left: 70px;}
.project1 h4{padding:9px 11px;font-size: 22px;color: #fff;margin:0px;text-align: center;display: inline-block;*display: inline;*zoom:1;position: absolute;left: 25px;top: 26px;background: url('../images/two_col5_left.png') 0px 0px no-repeat;background-size: 100% 100%;}
.p-cont{
    display: inline-block;
    position: relative;
    height: 122px;
    margin:0px 10px;
  vertical-align:top;
}
.p-cont img{
    width: 182px;
    height: 122px;
}
.p-cont .span-cont{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    line-height: 25px;
    color: #fff;
    text-align: center;
    font-size: 14px;
    background:rgba(0,0,0,.5); 
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.rollpic1{margin:6px auto;}

.project2{background:#fff;padding: 0px 0px 0px 50px;position: relative;height: auto;min-height: 122px;}
.project2 h4 {
  position: absolute;
  left: 0px;
  top:0px;
  background: #eb1414;
  text-align: center;
  font-weight: bold;
  color: #fff;
  margin:0px;
}
.project2 h4 a {
  color: #fff;
  width: 45px;
  height: 122px;
  padding-top: 5px;
  box-sizing: border-box;
  text-align: center;
  font-size: 18px;
  line-height: 28px;
  display: block;
  text-decoration: none;
}
.rollpic2{margin:0px;}
.rollpic2 .p-cont img{
    width: auto;
    height: 122px;
}
/*--------------------one_col/notice 通知公告--------------------*/
.notice_cont{
  background-color: #eee;
  padding: 20px 65px 20px 110px;
  position: relative;
  font-size: 14px;
}
.notice_cont .sub {
  position: absolute;
  left: 10px;
  top: 20px;
  padding-right: 10px;
  border-right: 2px solid #999;
  color: #9a7966;
  line-height: 22px;
}
.notice_cont .sub i{font-size: 20px;width: 20px;height: 20px;line-height: 20px;display: inline-block;*display: inline;*zoom:1;margin-right: 3px;vertical-align: middle;}
.scroll_text{width:100%;height:22px;line-height:22px;white-space: nowrap;overflow:hidden;margin:0px;}
.notice_cont li{display: inline-block;*display: inline;*zoom:1;}
.notice_cont li a{display: inline-block;*display: inline;*zoom:1;padding:0px 30px;}
.notice_cont li h5{
  font-size: 14px;
  color: #666;
  text-align: left;
  display: inline-block;*display: inline;*zoom:1;
  line-height:22px;
  vertical-align: middle;
  margin:0px;
}
.notice_cont li h5 i{font-style: normal;}
.notice_cont li span{
  font-size: 13px;
  color: #999;
  line-height:22px;
  vertical-align: middle;
}
.notice_cont .meta_more{position:absolute;right: 0px;top: 12px;}
/*--------------------one_col/one_article1 文章列表展示_可滚动--------------------*/
.xxyw-box {position: relative;padding:0px 1px 20px;}
.xxyw-box .swiper-slide .pic{border:1px solid #1167BB;height: 240px;padding: 6px;}
.xxyw-box .swiper-slide .pic div{position: relative;}
.xxyw-box .swiper-slide .pic img{width: 100%;clip:rect(auto auto 228px auto);position:absolute;min-height: 228px; }
.xxyw-box .swiper-slide .info{background-color: #1267BB; background-image: url('../images/tjywpictxt.png');background-repeat: no-repeat; background-size:auto 100%;padding:15px 10px;padding-left: 100px;overflow: hidden;text-overflow: ellipsis; white-space:nowrap;color: #fff;}
.xxyw-box .swiper-slide .info *{overflow: hidden;text-overflow: ellipsis; white-space:nowrap;color: #fff;}
.xxyw-box .swiper-slide .info h6{font-size: 16px;font-weight: bold;}
.xxyw-box .swiper-pagination{bottom: 0;}
/*.xxyw-box .swiper-pagination-bullet-active{background-color: #1167BB;}*/
.xxyw-box .swiper-button-next,.xxyw-box .swiper-button-prev{width: 40px;height: 40px;background-size: 30px 30px;padding: 5px;box-sizing: border-box;border-radius: 100% !important;border:1px solid #D8D8D8;}
.xxyw-box .swiper-button-next{right: 0px;}
.xxyw-box .swiper-button-prev{left: 0px;}
/*one_article1_swiper2*/
.xxyw-box-swiper2{padding: 0px 20px 20px;}
.xxyw-box-swiper2 .swiper-slide{padding:0px 10px;box-sizing: border-box;}
.xxyw-box-swiper2 .xxyw2-prev,.xxyw-box-swiper2 .xxyw2-next{
    width:30px;
    height:30px;
    background:url("../images/top_sprite.png") -229px -1px no-repeat;
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -15px;
    cursor: pointer;
}
.xxyw-box-swiper2 .xxyw2-next{
    background:url("../images/top_sprite.png") -256px -1px no-repeat;
    left: auto;
    right: 0px;
}
.xxyw-box-swiper2 .swiper-pagination-switch{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}
.xxyw-box-swiper2 .swiper-active-switch {
  opacity:1;
  background:#999;
}
/*--------------------one_col/one_article2 图片文章展示--------------------*/
.nxyx-box{position: relative;height: 281px;overflow: hidden;}
.nxyx-box .swiper-slide{width: 25%;}
.nxyx-box .pic{height: 200px;width: 100%;display: block;overflow: hidden;}
.nxyx-box .pic img{width: 100%;height: auto;min-height: 200px;}
.nxyx-box .info{padding: 28px 10px;border: 1px solid #F6F8FA;border-top:none;position:relative;text-align: center;font-size: 16px;color:#333333;}
.nxyx-box .info h6{font-size: 16px;overflow: hidden;text-overflow: ellipsis; white-space:nowrap;text-align: center;}
.nxyx-box .info p{display: none;font-size: 14px;color:#c1d059;margin-top: 20px;line-height: 24px;text-align: left;}
.nxyx-box .active .info{ background-color: #167537;background: #167537 url('../images/nxgg-logo.png') no-repeat 96% 96%;}
.nxyx-box .active .info h6{color: #fff; margin-bottom: 15px;}
.nxyx-box .active .info p{color: #c1d059;}
/*--------------------one_col/one_col_more1 多内容tab切换--------------------*/
/*标题*/
.public-hd {
    font-weight: bold;
    width: 100%;
    height: 36px;
    text-align: center;
    position: relative;
}
.public-hd .caption {
    top: 0;
    left: 0;
    line-height: 37px;
    padding: 0 5px;
    font-size: 24px;
    letter-spacing: 2px;
}
.public-hd .bottom-caption {
    line-height: 36px;
    padding-left: 12px;
}
.color-blue {
    color: #1e41b9;
}
.color-white {
    color: #fff;
}
.po-a {
    position: absolute;
}
.public-hd .hd-line-center {
  position: absolute;
    top: 18px;
    _top: -8px;
    left: 0;
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #1e41b9;
}
.public-hd .left30 {
    left: 30px;
}
.bg-blue {
    background-color: #1e41b9;
}
.skewx10 {
    -webkit-transform: skewX(-10deg);
    transform: skewX(-10deg);
    left: 4px;
    background: #fff;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding: 0px 30px;
    margin: 0px auto;
    position: relative;
}
.public-hd .hd-line-bottom {
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #1e41b9;
}
.public-hd .left30 {
    left: 30px;
}
.linkmore {
    width: 60px;
    height: 36px;
}
.link-more {
    position: absolute;
    right: 0;
    top: 7px;
    font-size: 16px;
    font-weight: 400;
    padding-left: 10px;
}
/*tab切换*/
.tc{text-align: center;}
.gzdt_tab_swiper{  margin:10px auto 0px;display: inline-block;*display: inline;*zoom:1;}
.gzdt_tab li{padding:0px 20px;font-size: 20px; color: #333333; font-weight: bold; line-height: 40px;cursor: pointer;width: auto;}
.gzdt_tab li.active { color: #0B297D; border-bottom: 3px solid #0B297D; }
.gzdt_tab li.active a{ color: #0B297D; }
.gzdt_tab li a:hover{ color: #0B297D; }
.gzdt_con{margin: auto; margin-top: 20px;display: none;}
.gzdt_con0{ display: block;}
.newsList li{ position: relative; overflow: hidden; font-size: 18px; color: #000; line-height: 40px; width: 100%; padding-left: 5%; background: url(../images/home_ico_5.png) no-repeat 3px center; white-space:nowrap; text-overflow:ellipsis; word-wrap:normal;text-align: left;}
@media(max-width: 768px) {
    .newsList{margin-bottom: 0px;}
    .gzdt_con{margin-bottom: 20px;}
}
/*--------------------one_col/one_col4 产品&案例--------------------*/
.one_col4_swiper .swiper-slide{width: 300px;text-align: center;padding: 0 10px;}
.one_col4_swiper .swiper-slide a{display: block;border: 1px solid #ccc;padding: 4px;position: relative;}
.one_col4_swiper .swiper-slide img{height: 260px;max-width: 100%;}
.one_col4_swiper .swiper-container-free-mode > .swiper-wrapper{-webkit-transition-timing-function: linear;/*之前是ease-out*/-moz-transition-timing-function: linear;-ms-transition-timing-function: linear;-o-transition-timing-function: linear;transition-timing-function: linear;margin: 0 auto;}
.one_col4_swiper .swiper-slide .text{display: none;width: 100%;height: 100%;padding:10% 15% 0;position: absolute; left: 0; top: 0; background-color: rgba(0,0,0,0.6);color: #fff;}
.one_col4_swiper .swiper-slide .text strong{display: block; font-size: 1.6rem; margin-bottom: 7px;}
.one_col4_swiper .swiper-slide .text span{font-size: 1.4rem;margin-bottom: 7px;}
.one_col4_swiper .swiper-slide .text p{border: 1px solid #eee; border-left: none;border-right: none; padding: 8px 0;}
.one_col4_swiper a:hover .text{display: block;}
.one_col4_btn-more{border: 2px solid #e5e5e5; font-size: 14px;text-align: center; padding: 5px 10px;font-weight: bold;margin:10px auto 0px;display: inline-block;*display: inline;*zoom:1;color: #999;}
.one_col4_btn-more:hover{background-color: #0077C7;color: #fff !important;}
.one_col4_swiper-prev,.one_col4_swiper-next{
    width:30px;
    height:30px;
    background:url("../images/top_sprite.png") -224px 0px no-repeat;
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -15px;
    cursor: pointer;
}
.one_col4_swiper-next{
    background:url("../images/top_sprite.png") -256px 0px no-repeat;
    left: auto;
    right: 0px;
}
/*--------------------one_col/one_col6 企业文章列表--------------------*/
.list-news{padding: 50px 0;}
.list-news .type_list-news{width: 100%;text-align: center; margin-bottom: 20px;}
.list-news .type_list-news span{background-color:rgba(255,255,255,.8); padding:12px 30px;margin:0px 5px;cursor: pointer;font-size: 18px;color:#333;display: inline-block;*display: inline;*zoom:1;}
.list-news .type_list-news span.active{background: linear-gradient(to bottom, #3FA2DB, #007BA7);color: #fff;}
.list-news .news_cont{width: 95%;margin:0px auto;display: none;}
.list-news .news_cont li{width: 50%; float: left;padding: 10px;}
.list-news .news_cont li a{background-color: #f1f1f1;display: block;padding:15px 20px;overflow: hidden;color: #777;}
.list-news .news_cont li a img{width: 80px;height: 80px;overflow: hidden;border-radius: 80px;float: left;margin-right: 10px;}
.list-news .news_cont li a .text{width: 78%;font-size: 14px;}
.list-news .news_cont li a .text strong{margin-bottom: 10px;display: block;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;font-size: 16px;}
.list-news .news_cont li a .text p{font-size: 14px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;  height: 50px; line-height: 25px;margin:0px;}
.list-news .news_cont li a .news_boxright{float: right;}
.list-news .news_cont li a .news_boxright p{margin:0px;text-align: center;color: #777;font-size: 14px;}
.list-news .news_cont li a .news_boxright button{border: none;background-color: #C9C9C9;color: #999;margin-top: 3px;font-size:14px;padding: 5px 10px;}
.list-news .news_cont li a:hover{background: linear-gradient(to bottom, #35A2DD, #017EAA);color: #fff;}
.list-news .news_cont li a:hover .news_boxright p{color: #fff;}
.list-news .news_cont li a:hover .news_boxright button{background: #EEEEEE;}
.one_col6_btn-more{color: #23A5DF;border:1px solid #23A5DF;background: rgba(255,255,255,.9);font-size: 14px;text-align: center; padding: 5px 10px;font-weight: bold;margin:10px auto 0px;display: inline-block;*display: inline;*zoom:1}
.one_col6_btn-more:hover{background-color: #0077C7;color: #fff !important;}
@media only screen and (max-width:767px ) {
  .list-news .type_list-news span{width: 29%;font-size: 16px;padding: 5px;}
  .list-news .news_cont li{width: 100%;padding: 0px 0px 10px;}
  .list-news .news_cont li a{padding: 8px;}
  .list-news .news_cont li a .text{width: 100%;}
}
/*--------------------one_col/one_col5 企业文字介绍--------------------*/
.companyInfo{background: #f2f4f4;}
.left-intro-text,.right-intro-text{padding: 40px 0px;}
.left-intro-text{width: 40%;text-align: center;}
.left-intro-text img{max-width: 80%;}
.right-intro-text{width: 60%;}
.right-intro-text h3{font-size: 16px;color: #8e8e8e;margin-bottom: 20px;}
.right-intro-text h3 strong{font-size: 28px;color: #e22328;margin-right: 3px;vertical-align: bottom;}
.right-intro-text p{font-size: 16px;color: #8e8e8e;line-height: 30px;}
/*--------------------one_col/link1 链接第一款--------------------*/
.firend_link {
  width: 100%;
  height: 34px;
  background: #fff;
  border: 1px solid #d2d2d2;
  line-height: 34px;
  position: relative;
  padding-left: 10px;
  border-radius:5px;
}
.firend_link a {
  font-size: 14px;
  display: block;
  color: #333;
}
.firend_link a i{float: right;line-height: 34px;margin-right: 15px;}
.firend_link_xl {
  position: absolute;
  width: 240px;
  max-height: 150px;
  overflow-y: scroll;
  background: #fff;
  border: 1px solid #d2d2d2;
  left: 0;
  padding: 0 20px;
  z-index: 1;
}
.firend_link_xl ul{margin:0px;}
.firend_link_xl ul li{border-bottom: none;}
.firend_link_xl ul li a {
  background: none;
  line-height: 34px;
  padding: 0px;
}
.firend_link a:hover i{
    position:relative;
    -webkit-transform:rotate(180deg);
    -moz-transform:rotate(180deg);
    -ms-transform:rotate(180deg);
    -o-transform:rotate(180deg);
    transform:rotate(180deg);
    -webkit-transition:.3s;
    -moz-transition:.3s;
    -ms-transition:.3s;
    -o-transition:.3s;
    transition:.3s;
    top:-2px
}
/*--------------------one_col/link2 链接第二款--------------------*/
.meta_news ul.indexyqlj li{
  background:url(data:image/jpg;base64,/9j/4QAYRXhpZgAASUkqAAgAAAAAAAAAAAAAAP/sABFEdWNreQABAAQAAABkAAD/4QMvaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLwA8P3hwYWNrZXQgYmVnaW49Iu+7vyIgaWQ9Ilc1TTBNcENlaGlIenJlU3pOVGN6a2M5ZCI/PiA8eDp4bXBtZXRhIHhtbG5zOng9ImFkb2JlOm5zOm1ldGEvIiB4OnhtcHRrPSJBZG9iZSBYTVAgQ29yZSA1LjYtYzA2NyA3OS4xNTc3NDcsIDIwMTUvMDMvMzAtMjM6NDA6NDIgICAgICAgICI+IDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+IDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE1IChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo0QUIwRTc1MjZDMDUxMUU3QjI5Q0JCQkM5NkIxMDM5OCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo0QUIwRTc1MzZDMDUxMUU3QjI5Q0JCQkM5NkIxMDM5OCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjRBQjBFNzUwNkMwNTExRTdCMjlDQkJCQzk2QjEwMzk4IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjRBQjBFNzUxNkMwNTExRTdCMjlDQkJCQzk2QjEwMzk4Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+/+4ADkFkb2JlAGTAAAAAAf/bAIQAAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQICAgICAgICAgICAwMDAwMDAwMDAwEBAQEBAQECAQECAgIBAgIDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMD/8AAEQgACQAJAwERAAIRAQMRAf/EAHcAAAMAAAAAAAAAAAAAAAAAAAIJCgEAAgMAAAAAAAAAAAAAAAAACAkCAwoQAAEDAwEJAAAAAAAAAAAAAAUCBgcDBAgAARLWd5e3GDhYEQABBAEBAw0BAAAAAAAAAAAEAQIDBQYA0wcXERITsxSUtFV1lTZWdjf/2gAMAwEAAhEDEQA/AKemHEw92FcQTFhBrIlGjJGP7SdWQZGSYQZlw27uqdADjJqVqs9lW+t2HcgTziUpCQdaoaQWt7ireXO0UneJ1CPtcjnroskGmtiq9wNxLDXNFOnSROZI9jREr2SpEyvZGjV7QjYFhVrY40JVVHYB+M4KDeFYDZDYzV3TrfGRyb159QI8ZemHjlks1upRVJmupiVVFDc8xC43vmnQBvKc9GnlHkx9Mz51WfHEOis4eYP5JV90G2WlmcaN832vJvdbLbaLKX2byQ56TJ3DOas3efA6T0oTqItT32f2bLP1Nr40jVo+lga0Qa//2Q==) left center no-repeat;
  float:left;padding:0px 10px 0px 15px;height:25px;line-height:25px;box-sizing: border-box;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
.meta_news ul.indexyqlj li a{padding: 0px;width: 100%;font-size: 14px;}
.link2 .meta_news{margin-bottom:0px;}
@media screen and (max-width: 600px) {
    .meta_news ul.indexyqlj li{width: 50%;}         
}
/*--------------------one_col/link3 链接第三款--------------------*/
.link_swiper_cont{position: relative;width:100%;overflow: hidden;padding-left: 90px;}
.meta_title span.link-title{padding: 0px;font-size: 20px;line-height: 39px;color: #333333;box-sizing: border-box;vertical-align: middle;position: absolute;left: 0px;top: 0px;}
#link_swiper{overflow: hidden;width: 100%;}
#link_swiper{display: inline-block;*display: inline;*zoom:1;text-align: center;}
.link_tab li{width:auto;padding:0px 20px;line-height: 39px;font-size: 20px;color: #333333;box-sizing: border-box;cursor: pointer;}
.link_tab li.active{ color: #a51917; border-bottom: 2px solid #a51917;padding:0px 20px;}
.link_cont_tab{display: none;}
.link_cont_tab0{display: block;}
/*--------------------one_col/link4 链接第四款--------------------*/
.iNav .swiper-slide a{display: block;padding: 0px;text-align: center;}
.iNav .swiper-slide a .icon{display:inline-block;width:44px;height: 44px;line-height: 44px;background-size: contain;background-repeat: no-repeat;}
.iNav .swiper-slide a p{font-size: 16px;line-height: 42px;color: #474747;font-weight: normal;}
.iNav .swiper-slide a:hover .icon{-webkit-transform: scale(0.7);transform: scale(0.7);}
.iNav .swiper-slide a:hover p{-webkit-transform:translateY(-8px);transform:translateY(-8px);}
.tran200{-webkit-transition:all 0.2s linear; -moz-transition:all 0.2s linear; -ms-transition:all 0.2s linear; transition:all 0.2s linear;}

/*--------------------one_col/link5 链接第五款--------------------*/
.list-a li{position: relative;}
.list-a li a {
    display: block;
    padding: 0px;
    text-align: center;
    transition: all .3s;
}
.list-a li i {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 24px;
    vertical-align: middle;
    transition: all .3s;
}
.a1 li a{
    height: 57px;
    line-height: 57px;
    font-size: 16px;
    text-align: left;
}
/*.a1 li+li{
    margin-top: 15px;
}*/
.a1 li.s0 a{
    border:1px solid #d2e6f2;
    background-color: #e4f2fa;
}
.list-a li i {
    display: block;
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    margin: 18px 10px 5px 10px;
    float: left;
    animation-duration: .6s;
    background-size: 100%;
}
.a1 li a:hover i{
    transform: rotateY(360deg);
}
.a1 li.s1 a{
    border:1px solid #ffe1e1;
    background-color: #fdf7f7;
}
.a1 li.s2 a{
    border:1px solid #f5e6d4;
    background-color: #fff7ed;
}
.a1 li.s3 a{
    border:1px solid #F8D9AD;
    background-color: #FBE9D1;
}
.a1 li.s4 a{
    border:1px solid #CEE4A3;
    background-color: #E4F0CC;
}
.a1 li.s5 a{
    border:1px solid #CBD6F4;
    background-color: #E3EBFE;
}
.a1 li a:hover{
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.a1 li a i{
    margin: 10px;
    float: left;
    animation-duration: .6s;
}
/*--------------------one_col/link6 链接第六款--------------------*/
.link{line-height: 75px;padding-left: 106px;position: relative;margin:0px;}
.link dt{position: absolute;left: 0;top:0;font-size: 16px;color: #333;line-height: 75px;}
.link dd{padding-right: 80px;position: relative;margin-bottom: 0px;}
.link dd .swiper-button-prev,.link dd .swiper-button-next{width: 9px;height: 100%;position: absolute;right: 0;top:0;left: auto;margin-top: 0;outline:none;}
.link dd .swiper-button-prev{right: 28px;background: url(../images/leftArr1.png) no-repeat center;}
.link dd .swiper-button-next{background: url(../images/rightArr1.png) no-repeat center;}
.link dd .swiper_cont{width: 100%;overflow: hidden;}
.link dd .swiper-slide{width: auto;position: relative;}
.link dd .swiper-slide:before{content: "";width:2px;height: 13px;background: #999;position: absolute;top:50%;margin-top: -6px;right: -38px;}
.link dd .swiper-slide a{display: block;font-size: 16px;color: #666;line-height: 75px;}
.link dd .swiper-slide a:hover{opacity: 0.6;}
@media screen and (max-width: 600px) {
    .link{padding-left: 76px;}
    .link dd{padding-right: 50px;}
    .link dd .swiper-slide:before{right: -10px;}      
}
/*--------------------one_col/link7 链接第七款--------------------*/
.link7{}
.link7 .title{width: 111px;height: 64px;background-repeat: no-repeat;position: absolute;left: 0px;top: 0px;}
.link7 .title a{padding:0px;display: block;font-size: 18px;font-weight: normal;color: #0B5AA8;}
.link7_list{width: 100%;padding: 0px 120px;}
.link7_list li{min-width: 20%;float: left;}
.link7_list li a{display: block;line-height: 64px; background-size: 36px; background-repeat: no-repeat;background-position: 2px center;padding-left: 44px;}
.link7 .zksqBtn{position: absolute;right: 0px;top: 20px;width: 100px;}
.link7 .zkbtn{color: #0B5AA8;font-size: 14px;background: url("../images/iconLink7_more.png") left center no-repeat;padding-left: 31px;cursor: pointer}
.link7 .sqbtn{font-size: 14px;color:#0B5AA8;background: url("../images/iconLink7_close.png") left center no-repeat;padding-left: 31px;display: none;cursor: pointer}
/*--------------------one_col/recommend_doctor 推荐医生（医生模块）--------------------*/
.doctor_ltd_inside{overflow:hidden;width:100%;margin: 10px auto 20px;}
.scr_cont {width:100000px;}
.content_top {padding:10px 0 30px;}
.content_top_ul {float:left;}
.content_top_ul li {width:348px;height:175px;overflow:hidden;float:left;background:#f5f5f5;padding:10px;margin-right:15px;-webkit-transition:all ease .3s;transition:all ease .3s; border:1px solid #ccc;}
.content_top_ul li:hover {-webkit-transform:scale(1);transform:scale(1);box-shadow:0px 0px 18px rgba(0,0,0,.5);border:solid 1px #1678FF }
.content_top_ul li a img {height:155px;width:120px;float:left;padding:2px;border:1px solid #ccdee6;margin-right:18px;}
.content_top_ul li h2 {font-size:16px;line-height:32px;margin:0;}
.content_top_ul li h2 a {color:#1678FF ;}
.content_top_ul li p {color:#1678FF ;font-size:14px;line-height:26px;margin:0;}
.content_top_ul li p span {color:#333;}
/*--------------------one_col/rrecommend_someone 推荐某人--------------------*/
.isect3{}
.isect3 dl{height: 320px;padding-left: 160px;position: relative;margin:0px;}
.isect3 dl dt{width: 160px;height: 320px;position: absolute;left: 0;top:0;background: #408ed0;text-align: center;}
.isect3 dl dt a{display: block;width: 100%;height: 100%;box-sizing: border-box;padding: 50px 20px 0;}
.isect3 dl dt a img{filter: alpha(opacity=40);opacity: 0.4;}
.isect3 dl dt a h5{margin: 27px 0 20px;font-size: 24px;line-height: 44px;color: #ffffff;font-weight: normal;}
.isect3 dl dt a span{display: block;font-size: 14px;line-height: 24px;color: #ffffff;text-decoration: underline;}
.isect3 dl dt:hover{background: #13ab96;}
.isect3 dl dt:hover a img{opacity: 0.8;}
.isect3 dl dd{width: 100%;overflow: hidden;}
.isect3 dl dd .kwicks{width: 100%;height: 320px;}
.isect3 dl dd .kwicks .kwick{width: 20%;height: 320px;padding-left: 2px;overflow: hidden;}
.isect3 dl dd .kwicks .kwick.first{width: 40%;}
.isect3 dl dd .kwicks .kwick a{display: block;width: 100%;height: 320px;}
.isect3 dl dd .kwicks .kwick a .pic{width: 100%;height: 320px;position: relative;}
.isect3 dl dd .kwicks .kwick a .pic img{width: 100%;height: 100%;}
.isect3 dl dd .kwicks .kwick a .pic b{position: absolute;left: 0;top:0;width: 100%;height: 100%;z-index: 2;background: rgba(0,0,0,0.3);}
.isect3 dl dd .kwicks .kwick a .pic .desc{position: absolute;left: 0;bottom: 0;z-index: 2;background: rgba(255,255,255,0.6);height: 100px;box-sizing: border-box;padding: 8px 8px 0;text-align: center;width: 100%;}
.isect3 dl dd .kwicks .kwick a .pic .desc h5{font-size: 22px;line-height: 45px;color: #474747;font-weight: normal;}
.isect3 dl dd .kwicks .kwick a .pic .desc p{font-size: 16px;line-height: 35px;color: #474747;}
.isect3 dl dd .kwicks .kwick a .detail{width: 50%;height: 320px;box-sizing: border-box;padding: 25px 30px 0;background: #edf7f7;}
.isect3 dl dd .kwicks .kwick a .detail h5{font-size: 22px;line-height: 32px;color: #474747;font-weight: normal;}
.isect3 dl dd .kwicks .kwick a .detail .pos{font-size: 16px;line-height: 48px;color: #00bda2;}
.isect3 dl dd .kwicks .kwick a .detail .text{font-size: 14px;line-height: 26px;color: #474747;height: 130px;overflow: hidden;margin-bottom: 25px;}
.isect3 dl dd .kwicks .kwick a .detail span{display: block;font-size: 14px;color: #00bda2;line-height: 22px;}
.isect3 dl dd .kwicks .kwick.on a .pic b,.isect3 dl dd .kwicks .kwick.on a .pic .desc{opacity: 0;}
.isect3 dl dd .kwicks .kwick.on a .pic{width: 50%;;}
@media screen and (max-width: 1220px){
  .isect3 dl{padding-left: 0;height: auto;}
  .isect3 dl dt{position: relative;width: 100%;height: auto;background: none;margin-bottom: 12px;}
  .isect3 dl dt a{padding: 0;}
  .isect3 dl dt a img{display: none;}
  .isect3 dl dt a h5{float: left;color: #474747;margin: 0;line-height: 44px;}
  .isect3 dl dt a span{float: right;line-height: 44px;color: #555;}
  .isect3 dl dt:hover{background: none;}
  .isect3 dl dt a span:hover{color: #13ab96;}
  .isect3 dl dd .kwicks{width: 100%;}
  .isect3 dl dd .kwicks .kwick{width: 25% !important;margin: 0;height: auto;}
  .isect3 dl dd .kwicks .kwick a{width: 100%;box-sizing: border-box;padding-left: 1px;height: auto;}
  .isect3 dl dd .kwicks .kwick a .detail{display: none;}
  .isect3 dl dd .kwicks .kwick.first{width: 25% !important;}
  .isect3 dl dd .kwicks .kwick a .pic{width: 100%;height: 0;padding-bottom: 161.61%;}
  .isect3 dl dd .kwicks .kwick a .pic img{position: absolute;left: 0;top:0;}
  .isect3 dl dd .kwicks .kwick.on a .pic b,.isect3 dl dd .kwicks .kwick.on a .pic .desc{opacity: 1;}
}
@media screen and (max-width: 768px){
  .isect3 dl dd .kwicks .kwick a .pic .desc{height: auto;padding: 0;}
  .isect3 dl dd .kwicks .kwick a .pic .desc h5{font-size: 18px;line-height: 38px;}
  .isect3 dl dd .kwicks .kwick a .pic .desc p{display: none;}
  .isect3 dl dt a h5{font-size: 20px;line-height: 30px;}
  .isect3 dl dt a span{font-size: 12px;line-height: 30px;}
}
@media screen and (max-width: 468px){
  .isect3{margin-bottom: 30px;}
  .isect3 dl dd .kwicks .kwick a .pic .desc h5{font-size: 14px;font-weight: bold;}
}
/*--------------------one_col/showFigure 数据页--------------------*/
.sjtjList{overflow: hidden;margin:0px auto;width: 100%;}
.sjtjitem{margin:0px;float:left;padding: 15px 10px 15px 115px;height:130px;box-sizing: border-box;position: relative;}
.sjtjitem dt{position: absolute;top: 15px;left: 0px;}
.sjtjitem dd{width: 100%;}
.sjtjitem .fl{float: left;}
.sjtjitem .fl img{width: 95px;height: 95px;}
.sjtjitem dd a{font-size: 36px;color:#759c4d;width: 100%;display: block;width: 100%;}
.sjtjitem dd a span{font-size: 14px;}
.sjtjitem dd p{font-size: 12px;color:#666666;height: 50px;overflow: hidden;line-height: 17px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3; /*行数*/
    -webkit-box-orient: vertical;}



/*--------------------tow_col/tow_col1 二列第一款--------------------*/
.swiper_news .swiper-slide{text-align: center;}
.swiper_news .swiper-slide img {  max-width: 100%;}
.swiper_news .swiper-slide span.banner_text{padding: 5px;line-height: inherit;}
.two_col1 .swiper-slide img{height: 260px;}

.meta_news_list li{ border-bottom: 1px dashed #828282; margin-bottom: 12px; padding-bottom: 12px;}
.meta_news_list li:last-child{ border-bottom: none; margin-bottom: auto; padding-bottom: 0;}
.meta_news_list li a:hover p{ color: #025a3d;}
.meta_news_list .date{ width: 60px; height: 70px; display: block; background-color: #f1f1f1; text-align: center; color: #025a3d; float: left; margin-right: 10px;font-size: 14px;}
.meta_news_list .date strong{ display: block; line-height: 35px; font-size:25px;margin-top: 5px;}
.meta_news_list h4{font-weight: bold;text-overflow: ellipsis; white-space: nowrap;overflow: hidden; margin: 0px;font-size: 16px;line-height: 30px;}
.meta_news_list p{ color: #666; line-height: 20px; height: 40px; overflow: hidden; margin-bottom: auto;font-size: 14px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; /*行数*/
    -webkit-box-orient: vertical;}}

.rollList{height: 200px;overflow: hidden;margin-bottom: 0px;}
.rollList.rollList2{height:240px;overflow: hidden;}
/*--------------------tow_col/tow_col2 二列第二款--------------------*/
.swiperNews3-slide img{max-width: 100%;max-height: 100%;}
.swiper_news3 .swiper-slide span.banner_text{line-height: 20px;padding: 10px 100px 10px 10px;}
.swiper-pagination.swiper_pnews3{bottom: 10px;}
.swiper-pagination.swiper_pnews3 span{border-radius:0px;width: 18px;height: 18px;background: #888;border:1px solid #ddd;color: #eee;line-height: 16px;font-size: 12px;display: inline-block;}
.swiper-pagination.swiper_pnews3 .swiper-active-switch,.swiper-pagination.swiper_pnews3 .swiper-pagination-bullet-active{color: #fff;background: #F08519;}

.two_col2 .textList li{position: relative;background:url(../images/jian.png) no-repeat 0 50%;padding-left:12px;}
/*--------------------tow_col/tow_col3 二列第三款--------------------*/
/* 新闻轮播图*/
.demo{box-sizing: content-box;width:100%; height:372px; float:left; overflow:hidden; position:relative;}
.demo ul li{ box-sizing: content-box;width:100%; position:absolute; left:0; top:0; height:372px; display:none;}
.demo ul li img{width: 100%;height: 100%;}
.num{ width:94px;box-sizing: content-box; height:281px; position:absolute; top:0; right:0; padding-top:22px;background:url(../images/path_lbg.png) repeat; overflow:hidden; padding-left:12px; z-index:1;}
.num_cont{
    height: 210px;
    overflow: hidden;
}
.num2{ box-sizing: content-box;width:81px; height:55px; margin-bottom:15px;}
.num2 img{width: 100%;height: 100%;}
.num a{ box-sizing: content-box;display:block; width:100%; height:55px; border:1px solid #c9c7bb;}
.num a:hover,.num a.cur{ border:1px solid #F08519;}
a.indexpath1_l{ box-sizing: content-box;width:100%; height:67px; background:url(../images/path_lbg.png) repeat; overflow:hidden; position:absolute; bottom:0; left:0; display:block;}
.indexpath1_l1{ box-sizing: content-box;height:59px; padding-left:71px; background:url(../images/path1_l_1.png) no-repeat 15px 12px; line-height:26px; color:#bababa;padding-top:8px;}
.indexpath1_l1 span{ font-weight:bold; font-size:14px; color:#e5e5e5;}
.indexpath1_l2{box-sizing: content-box; height:59px; padding-left:71px; background:url(../images/path1_l_2.png) no-repeat 15px 12px; line-height:26px; color:#bababa;padding-top:8px;}
.indexpath1_l2 span{ font-weight:bold; font-size:14px; color:#e5e5e5;}
.indexpath1_l3{box-sizing: content-box; height:59px; padding-left:71px; background:url(../images/path1_l_3.png) no-repeat 15px 12px; line-height:26px; color:#bababa;padding-top:8px;}
.indexpath1_l3 span{ font-weight:bold; font-size:14px; color:#e5e5e5;}
.xyz{box-sizing: content-box; margin-top:10px; width:100%; height:50px;background:url(../images/path1_l3.png) no-repeat center; cursor:pointer;}

.meta_choice span{cursor: pointer;}
.meta_choice span.active{background: #1C3D84;border-top: 2px solid #F2851C;color: #fff !important;}
.meta_cont_tab{width: 100%;}
.two_col3 .meta_cont_tab .meta_news{height: 301px;overflow: hidden;}
.two_col3 .textList li{border-bottom: 1px dotted #dbdbdb;line-height: 29px;background:url(../images/jian.png) no-repeat 0 50%;padding-left:12px;}
.swiper_news13 .swiper-slide img{width: 100%;height: 100%;}
/*--------------------tow_col/tow_col4 二列第四款--------------------*/
.indexpath2_l{overflow: hidden;width:100%;height:364px;background:#f2f2f2;}
.indexpath2_l4{width:100%;height:40px;font-family:"SimHei"; background:url(../images/path2_rbg2.jpg) center no-repeat;background-size: 100% 100%;font-size:18px;}
.indexpath2_l4 a{position: relative; box-sizing: content-box;float:left; height:40px; width:33.33%; text-align:center; padding-bottom:16px; display:block; line-height:40px;  color:#fff;}
.indexpath2_l4 a:hover,.indexpath2_l4 a:active,.indexpath2_l4 a:focus{color: #fff;}
.indexpath2_l4 a .index_line,.indexpath2_l4 a .arraw_triangle{display: none;}
.indexpath2_l4 a:hover .index_line,a.indexpath2_l4dq .index_line{
    display: block;
    width: 86px;
    height: 4px;
    background-color: #fff;
    opacity: 0.3;
    filter: alpha(opacity = 30);
    position: absolute;
    left: 50%;
    top: 32px;
    margin-left: -43px;
}
.indexpath2_l4 a:hover .arraw_triangle,a.indexpath2_l4dq .arraw_triangle{
    display: block;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #f08519;
    margin: 0px auto;
}
.indexpath2_l4 a .indexpath_text{display: inline-block;*display: inline;*zoom:1;width: 100%;border-right: 2px solid rgba(255,255,255,.5);}
.indexpath2_l4 a:last-child .indexpath_text{border-right: 0px;}
.indexpath2_l2{margin:10px 15px;}
.indexpath2_l3{box-sizing: content-box; width:100%; height:20px;}
.indexpath2_l3 a.indexpath_more{width: 20px;height: 18px;background: url('../images/index_jt.png') center no-repeat;display: block;float: right;}
.indexpath2_l2 li{
    padding-left: 15px;
    background: url(../images/path2_ljt.png) no-repeat 4px 15px;
    line-height: 30px;
    border-bottom: 1px solid #e1e1e1;
    float: left;
    width: 100%;
    height: 35px;
    }
.indexpath2_l2 li a{
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: #666;
    text-decoration: none;
    font-size: 14px;
    padding:0px;
    display: block;
    line-height: 35px;
}
.indexpath2_l2 li a:hover{color:#0579bf;}
.indexpath2_l2 li span{
    font-size: 12px;
    line-height: 35px;
    padding:0px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: #999;
    text-align: right;
}
.tip_new{vertical-align: middle;margin-left:3px;}
/*出资企业*/
.new-h{
    height: auto;
    margin-bottom: 13px;
}
.s-margin{
    margin:24px 0px;
}
.s-cont{
    width: 80%;
    margin:0 auto;
}
.s-cont img{
    width: 50%;
    height: 93px;
    display: inline-block;
    *display: inline;
    *zoom:1;
}
.s-text{
    text-align: center;
    font-size: 16px;
    line-height: 30px;
    color: #333;
    vertical-align: middle;
    line-height: 30px;
    width: 48%;
    height: 93px;
    box-sizing: border-box;
    display: inline-block;
    *display: inline;
    *zoom:1;
}
.s-margin .swiper-button-next,.s-margin .swiper-container-rtl .swiper-button-prev{
    width:30px;
    height:30px;
    background:url("../images/top_sprite.png") -256px 0px no-repeat;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -15px;
    cursor: pointer;
}
.s-margin .swiper-button-prev,.s-margin .swiper-container-rtl .swiper-button-next{
    width:30px;
    height:30px;
    background:url("../images/top_sprite.png") -224px 0px no-repeat;
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -15px;
    cursor: pointer;
}
.new-h .company-cont{
    border-top:1px solid #ccc;
    margin:10px 15px;
    padding: 10px 0px;
    line-height: 30px;
    font-size: 14px;
    color: #666;
}
.new-h .company-cont ul{
    height: 60px;
    overflow: hidden;
    margin:0px;
}
.new-h .company-cont li a{
    width: 50%;
    padding-left: 5px;
    box-sizing: border-box;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap; 
    float: left;
    display: block;
    color: #666;
}
/*图标*/
.go-method{
    width: 100%;
    text-align: center;
    min-height: 75px;
    margin:0px;
}
.go-method li{
    display: inline-block;
    width: 16%;
    padding: 7px 0px;
    cursor: pointer;
    text-align: center;
    background-color: #f3f3f3;
    float: left;
}
.go-method li img{
    color: #c5c5c5;
    font-size: 36px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    margin:3px;
}
 .go-method li
.go-method li:nth-of-type(odd){
    background-color: #f3f3f3;
}
.go-method li:nth-of-type(even){
    background-color: #f9f9f9;
}
.go-method li:hover i,.go-method li:hover p{
    color: #FF9934
}
.go-method li.w17{width: 16.6%;} 
.go-method li p{color: #666;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;margin:0px;font-size: 14px;line-height: 20px;}
/*--------------------tow_col/tow_col5 二列第五款--------------------*/
.new-s{
    height: 174px;
}
.new-s .meta_title{position: relative;}
.content-text .s-img{
    text-align: center;
    margin: 7px 0px;
}
.content-text .s-img img{
    width: auto;
    height: 118px;
    max-width: 100%;
}
.topic{box-sizing: border-box;margin:0 7px;}
.new-s .meta_title .swiper-topic{position: relative;width: auto;float: right;bottom: 0px;margin-top: 10px;}
.swiper-topic span{width: 13px;height: 13px;padding:0px;border-radius: 100%;box-sizing:border-box;background-color: #000;opacity:0.5;margin:0px 5px;}
.swiper-topic .swiper-active-switch,.swiper-topic .swiper-pagination-bullet-active{background-color: rgba(255,255,255,.8);}
.s-img,.s-img img{width: 100%;}
/*--------------------tow_col/tow_col6 二列第六款--------------------*/
.two_col6 .meta_news{margin-top: 0px;}
.two_col6 .meta_news li{line-height: 42px;border-bottom:1px dashed #ececec;}
.two_col6_swiperNews{margin-top: 10px;margin-bottom: 0px;}

/*--------------------tow_col/tow_col7 二列第七款--------------------*/
.main-nxgg{}
.main-nxgg .nxgg-list{}
.main-nxgg .nxgg-list li{}
.main-nxgg .nxgg-list li a{display: inline-block;overflow: hidden; margin-bottom: 20px;}
.main-nxgg .nxgg-list li .date{ background-color: #11a93c;width: 50px;height: 60px; color: #fff; text-align: center;padding: 10px 0;float: left;}
.main-nxgg .nxgg-list li .date h3{margin-bottom: 2px;}
.main-nxgg .nxgg-list li .date span{font-size: 12px;padding-top: 8px;}
.main-nxgg .nxgg-list li h4.title{margin-left: 70px;font-weight: bold;font-size: 16px; line-height: 22px;}
.main-nxgg .middle{text-align: center; background-position: center; position: relative;}
.main-nxgg .middle .title{  color: #27a754;font-weight: bold;font-size: 28px; margin-top: 70px;}
.main-nxgg .middle a{display: inline-block;color: #27a754;font-weight: bold;margin-top: 20px;}



/*--------------------three_col/three_col4 三列第四款--------------------*/
.shortcut{padding-bottom: 10px; margin-bottom: -10px;}
.shortcut ul li{
    float: left;
    width: 33%;
    text-align: center;
    border:none;
}
.shortcut ul li a{width: 100%;padding: 0px;text-align: center;}
.shortcut img{
    width: 54px;
    height:54px;
}
.shortcut p{
    font-size: 14px;
    margin: 0px 0px 10px;
    color: #666;
}
.shortcut .shortcut-p1{bottom: 0px;}
.shortcut .shortcut-p1 span{width: 8px;height: 8px;border-radius: 100%;}

.meta_tab{border-top:none !important;}
.meta_title_tab{float: left;}
.meta_tab .meta_title_tab.active{background: #1C3D84;border-top: 2px solid #F2851C;color: #fff;}
/*--------------------three_col/three_col5 三列第五款--------------------*/
.wrap_mode02{background:url(../images/mode_bg01.jpg) no-repeat top center;background-size: 100% 100%;padding-bottom: 15px;margin-top: 15px;}
.wrap_mode02 ul{margin-bottom: 15px;}
.wrap_mode02 .listTitle01{padding:15px 0;}
.wrap_mode02 .lf{width: 29.1%;float: left;margin-left: 2%;height: 550px;overflow: hidden;}
.listTitle01{padding:25px 0;line-height: 1.5;}
.readMore{float: right;color:#999;font-size: 12px;}
a.readMore:hover {
  font-weight: bold;
}
.listTitle01 h2{font-size: 18px;color: #333;}
.bjtu-list03{}
.bjtu-list03 li {font-size: 16px;background-color: #fff;margin-top: 12px;border-left: 4px solid #eea200;border-radius: 5px 0 0 5px;padding:5px 15px 6px;transition: all 0.3s ease-in-out;}
.bjtu-list03 li > a{display: block;line-height: 24px;height: 48px;overflow:hidden;color: #666;overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; /*行数*/
    -webkit-box-orient: vertical;}
.bjtu-list05 li:first-child,.bjtu-list03 li:first-child{margin-top: 0}
.wrap_mode02 .md{width: 37.66%;float: left;}
.mode02Md{margin:0px;background-color: #fff;padding:0 30px;box-shadow: 4px -2px 14px rgba(0,0,0,0.1);border-radius: 0 0 5px 5px;padding-top: 10px;margin-top: -10px;position: relative;height:556px;}
.wrap_mode02.clearfix{overflow: visible;}
.mode02Md:before,.mode02Md:after{content: '';width: 0;height: 0;border-bottom: 10px solid #9bafc7;position: absolute;top: 0;}
.mode02Md:before{border-left: 10px solid transparent;left: -10px;}
.mode02Md:after{border-right: 10px solid transparent;right: -10px;}
.bjtu-new2 {letter-spacing: 0.5px;}
.bjtu-new2 h3{font-size: 16px;color:#0a62b0;line-height: 24px;height: 48px;overflow:hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; /*行数*/
    -webkit-box-orient: vertical;}
.bjtu-new2 h3 a{color:#0a62b0;}
.bjtu-new2 p{line-height:20px;height: 40px;overflow:hidden;color:#666;margin-bottom: 10px;font-size: 14px;overflow:hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; /*行数*/
    -webkit-box-orient: vertical;}
.bjtu-list04 {padding:0px;border-top: 1px solid #e5e5e5;margin:0px;}
.bjtu-list04 li{height: 47px;line-height: 47px;font-size: 16px;position: relative;padding-left: 12px;overflow:hidden;}
.bjtu-list04 li a{color: #666;}
.bjtu-list04 li:before{content: '';width: 4px;height: 4px;background-color: #005bac;position: absolute;left: 0;top: 50%;margin:-2px 0 0;}
.wrap_mode02 .rt{width: 29.1%;float: right;margin-right: 2%;height: 550px;overflow: hidden;}
.bjtu-list05 li{background-color: #fff;border-radius: 20px 0 20px 0;padding:5px 15px 6px 7px;overflow:hidden;margin-top: 11px;transition: all 0.3s ease-in-out;}
.bjtu-list05 li:first-child,.bjtu-list03 li:first-child{margin-top: 0}
.list-date05{width: 56px;height: 49px;border-right: 1px solid #c0c9d2;float: left;text-align: center;}
.list-date05 strong,.list-date05 i{display: block;font-style: italic;color:#4ba509;font-family: 'Arial' }
.list-date05 strong{font-size: 20px;line-height:25px;font-weight: bold;margin-top: 5px;}
.list-date05 i{font-size: 13px;}
.bjtu-list05 li a{display: block;margin-left: 63px;height: 48px;line-height: 24px;overflow:hidden;font-size: 16px;color: #666;overflow:hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; /*行数*/
    -webkit-box-orient: vertical;}
.bjtu-list05 li:hover,.bjtu-list03 li:hover{box-shadow: 0 2px 5px rgba(0,0,0,0.2)}
@media (max-width: 992px){
  .wrap_mode02 .lf{width: 100%;margin:0px 0px 25px;}
  .wrap_mode02 .md{width: 100%;}
  .wrap_mode02 .rt{width: 100%;margin:0px;}
  .mode02Md{
    margin-left: 0px;
    margin-right: 0px;
  }
  .bjtu-list03{margin-bottom: 40px;}
  .bjtu-list03,.bjtu-list04,.bjtu-list05{margin-bottom: 30px;}
}
/*--------------------three_col/three_col8 三列第八款--------------------*/
.imgshow_3{position: relative;}
.imgshow_3 span{position: absolute;bottom: 0px;left: 0px;width: 100%;background: rgba(0, 0, 0, .5);padding: 5px;box-sizing: border-box;color: #fff;}




/*--------------------doc/product_list 产品列表页--------------------*/
.txSerBlock1Tit{margin-top: 80px;}
.txSerBlock1Tit h3{
    text-align: center;
    font-size: 36px;
    color: #666;
    margin:0px auto 20px;
}
.txSerBlock1Tit .lineTit{
    width: 70px;
    height: 2px;
    background-color: #3773db;
    margin: 0px auto 20px;
}
.itembox{
  display: inline-block;
    font-size: 1rem;
    vertical-align: top;
    margin-bottom: 1.875rem;
    padding-left: .9375rem;
    padding-right: .9375rem
}
.itembox > div {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid rgb(219, 219, 219);
}
.itembox .itemimg {
    width: 100%;
    height: auto;
    transform: scale(1);
    transition: all 0.5s ease 0s;
}
.itembox:hover .itemimg {
    transform: scale(1.1);
}
.itembox .itemtitle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0 24px;
    bottom: 0;
    height: 115px;
    background: #fff;
}
.itembox .itemtitle_left {
    max-width: 70%
}
.itembox .moretext1 {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    border: 1px solid;
    border-color: #dbbd7d;
}
.itembox .moretext1::before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 2px;
    background-color: #dbbd7d;
    background-color: ;
    transform: translateX(7px)
}
.itembox .moretext1::after {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    border-bottom: 2px solid;
    border-right: 2px solid;
    border-color: #dbbd7d;
    transform: translateX(-4px) rotate(-45deg)
}
.itembox .moretext1:hover {
    border-color: #dbbd7d;
    background-color: #dbbd7d;
}
.itembox .moretext1:hover::before {
    background-color: #ffffff
}
.itembox .moretext1:hover::after {
    border-color: #ffffff
}
.contentTitle {
    color: #212121;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 35px;
    letter-spacing: 0px;
    margin: 0;
    font-family: MicrosoftYaHei-Bold;
    font-size: 20px
}
.contentTitle:hover {
    color: #2568C3;
}
.contentDesc {
    color: #616c80;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 14px;
    line-height: 23px;
    letter-spacing: 0px
}
/*--------------------doc/product_detail 产品详情页--------------------*/
.fycpimg{padding: 60px 0 40px;}
.fycpimgle{width: 37%;border: 1px solid #eee;background: #fafafa;padding: 30px 2%;text-align: center;float: left;}
.fycpimgle img{display: block;margin: 0 auto;max-width: 80%}
.fycpimgle pre{font-size: 16px;color: #626262;line-height: 24px;font-weight: bold;margin-top: 20px;display: block}
.fycpimgri{width: 53%;float: right;}
.fycpimgri p{font-size: 20px;color: #333333;font-weight: bold;padding: 40px 0 20px;border-bottom: 1px solid #eee;margin-bottom: 35px;}
.fycpimgri span{font-size: 16px;color: #808080;display: block;line-height: 36px;}
.fycpimgri a.fyzxcpa{width: 157px;height: 46px;text-align: center;line-height: 46px;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px;display: block;font-size: 14px;color: #fff;font-weight: bold;background: #00a0fd;background-image: -moz-linear-gradient( 0deg, rgb(0,210,255) 0%, rgb(58,123,213) 100%);background-image: -webkit-linear-gradient( 0deg, rgb(0,210,255) 0%, rgb(58,123,213) 100%);background-image: -ms-linear-gradient( 0deg, rgb(0,210,255) 0%, rgb(58,123,213) 100%);margin-top: 65px;}
.fycpimgri a.fyzxcpa img{vertical-align: middle;margin-right: 5px;}
.fycpxqtop{width: 100%;line-height: 48px;height: 48px;padding-left: 40px;color: #fff;position: relative;
    background: #af1f23;
    background-image: -moz-linear-gradient( 0deg, rgb(165,18,22) 0%, rgb(255,0,0) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(165,18,22) 0%, rgb(255,0,0) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(165,18,22) 0%, rgb(255,0,0) 100%);
}
.fycpxqtop span{font-size: 18px;font-weight: bold}
.fycpxqtop:after{content: "";position: absolute;top: 0;left: 20px;width:3px;height: 100%;background: #fff}
.fycpxqbjq{margin: 55px 0;line-height: 36px;}
.fycpxqbjq img{max-width: 100%;height: auto !important;}

/*----------------------------------------------------------这里开始全清明整理-----------------------------------------------------------------------------*/

.meta_sort_title_sub{ position: relative; overflow: hidden; height: 43px; border-bottom: 1px solid #c6d9e6;margin-top: 20px;}
.meta_sort_title_sub>a{ display: inline-block; float: left; font-size: 20px; color: #000; line-height: 40px; padding: 0 10px;}
.meta_sort_title_sub>span.more{ float: right;}
.meta_sort_title_sub>span.more a{ display: block; width: 60px; height:20px;margin-top: 13px; background: url(../images/home_ico_4.png) no-repeat center;background-size: contain;}
.meta_sort_title_sub.type2{background:#1e41b9 ;overflow: initial;color: #fff;}
.meta_sort_title_sub.type2>a{color: #fff;}
.meta_sort_title_sub.type2>span.more a{background: url(../images/home_ico_8.png) no-repeat center;background-size: contain;}
.imgshow_3 img{width: 100%;height: 180px;}
.three_col2 .col-md-6:last-child{
  display: none;
}


.subject .swiper-slide{padding:0px 10px;box-sizing: border-box;}
.subject .swiper-slide a{display: inline-block;position: relative;}
.subject .swiper-slide img{width: 100%;}
.subject .swiper-slide .span-cont{
  width: 100%;height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  line-height: 3.5;
  color: #fff;
  text-align: center;
  font-size: 24px;
  background:rgba(0,0,0,.2); 
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}





/*--------------------footer/footer2 底部--------------------*/
.footer {
  width: 100%;
  font-size: 14px;
  text-align: center;
  background: #8a0019;
  padding: 20px 0px;
  color: #fff;
  background-size: cover;
}
.footer p {
  margin-bottom: .3rem;
}
.footer a {
  color: #666;
}
.footer a:hover {
  color: #8a0019;
}
/*--------------------footer/footer1 底部--------------------*/
.footer1{background-color: #B72029;padding: 30px 0 20px; background-size: cover;}
.footer1 [class*="col-"]{padding: 0 2%;color: #fff;margin-bottom: 0px;}
.footer1 .footer_left_img{
  display: flex;
  align-items: center;
}
.footer1 .footer_left_img img{max-width: 100%;align-items: center;}
.footer1 h5{font-weight: bold;font-size: 18px;margin-bottom: 10px;}
.footer1 ul.quickNav{overflow: hidden;}
.footer1 ul.quickNav li{width: 50%;float: left;padding-right: 5px;font-size: 14px;line-height: 30px;}
.footer1 ul.quickNav li a{color: #fff;}
.footer1 ul.quickNav li:hover a{text-decoration: underline;}
.footer1 p{font-size: 14px;}

@media only screen and (max-width:767px ) {
  .footer1 .col-sm-5{width: 100%;flex:0 0 100%;max-width: 100%;}
}


/*回到顶部*/
p#back-to-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  display: none;
  z-index:  11;
}
p#back-to-top a {
  text-align: center;
  text-decoration: none;
  color: #eee;
  display: block;
  width: 38px;
  height: 38px;
  line-height: 38px;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 4px;
  /*使用CSS3中的transition属性给跳转链接中的文字添加渐变效果*/
  -moz-transition: color 1s;
  -webkit-transition: color 1s;
  -o-transition: color 1s;
}
p#back-to-top a:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.6);
}
/*------列表页------*/
.insidePage{
  background-color: #f2f1ec;
  min-height: 600px;
}
.insidePage .inside_left{margin: 20px 0px;}
.insidePage .inside_right{margin:20px 0px;}
.insidePage .inside_left .navbar-header{width: 100%;position: relative;}
.insidePage .inside_left .navbar-toggle{margin:0px;padding:0px;position: absolute;right: 15px;top: 15px;background-color: transparent;color: #fff;border:none;outline: none;}
.insidePage .inside_left .navbar-toggle span{line-height: 25px;color: #fff;font-size: 40px;}
.insidePage .inside_left h4 {
  background-color: #8a0019;
  padding: 15px 10px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  line-height: 25px;
  margin: 0px;
  width: 100%;
  height: auto;
  white-space:normal;
}
.insidePage .inside_left h4:hover{color: #fff;}
.icon_small{margin-right: 5px;vertical-align: middle;height: 25px;line-height: 25px;}
.insidePage .inside_left ul.column-box {
  padding-left: 20px;
  background-color: #8a0019;
  text-align: center;
  margin:0px;
}
.insidePage .inside_left ul.column-box li {
  background-color: #ece3e3;
  border-bottom: 1px solid #fff;
}
.insidePage .inside_left ul.column-box li a {
  padding: 15px 10px;
  display: block;
  font-size: 16px;
  line-height: 25px;
  position: relative;
  color: #333;
}
.insidePage .inside_left ul.column-box li.active {
  background-color: #fff;
}
.insidePage .inside_left ul.column-box li.active a:after{
  content: "\f0da";
  font-family: "FontAwesome";
  font-weight: bold;
  margin-left:10px;
  position: absolute;
  top:15px;
  line-height: 25px;
}
.insidePage .inside_left ul.column-box li:last-child {
  border-bottom: none;
}

.inside_title{background-color: #e9ecef;}
.insidePage .inside_right h4 {
  padding: 0px 10px;
  text-align: center;
  color: #333;
  font-size: 20px;
  line-height: 50px;
  margin: 0px;
}
.insidePage .inside_right h4 i{margin-right: 5px;vertical-align: middle;height: 25px;line-height: 25px;}
.insidePage .inside_right .crumbs {
  margin: 0px;
  padding: 0px 10px;
}
.insidePage .inside_right .breadcrumb{
  padding:12px 0px;
  line-height: 26px;
  margin:0px;
      font-size: 12px;
}
.insidePage .inside_right .list_right{
  /*border: 1px solid #ddd;*/
}
.inside_box{
  padding: 15px;
  border: 1px solid #ddd;
}
.inside_list{
  width: 100%;
  margin-bottom: 20px;
}
.inside_list li{
  border-bottom: 1px dashed #ccc;
  padding-bottom: 15px;
  margin-bottom: 15px;
  overflow: hidden;
}
.inside_list li:last-child{
  border-bottom: none;
  padding: 0;
  margin-bottom: 0;
}
.inside_list li a{cursor: pointer;}
.inside_list li .pic{
  float: left;
  margin-right: .8rem;
  max-width: 200px;
  width: 45%;
  height: auto;
}
.inside_list li .pic img{
  display: block;
  width: 100%;
  min-height: 100px;
}
.inside_list li .text .title {
  position: relative;
  font-size: 16px;
  font-weight: bold;
  line-height: 25px;
  display: block;
  color: #333;
}
.inside_list li .text .title span {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 12px;
  line-height: 25px;
  color: #999;
  font-weight: normal;
}
.inside_list li .text .gg{
color: #777;
font-size: 12px;
margin:0px;
margin-top: 5px;
text-align: justify;
}
.inside_list li .text .con{
  font-size: 14px;
  text-indent: 28px;
  line-height:20px;
  color: #666;
  text-align: justify;
  margin:0px;
  margin-top: 5px;
}
.inside_list li .attr {
    height:auto;
    clear:both;
    content: "";
    overflow:hidden;
    line-height: 20px;
    margin-top: 5px;
}
.inside_list li .attr span {
    margin-right: 10px;
    font-size: 12px;
    color: #999;
    float: left;
    max-width: 40%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.inside_list li .attr strong {
    margin-left: 15px;
    font-size: 12px;
    font-weight: normal;
    color: #999;
    float: right;
    max-width: 30%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/*内页样式2*/
.inside_box .meta_cont .meta_title span{background: transparent;color: #CC3333;font-size: 18px;padding: 5px 0px;}
.inside_box .meta_cont .meta_news li a{font-size: 16px;}
@media(max-width:768px) {
  .insidePage{
    min-height: auto;
  }
}
@media(min-width:768px) {
  .insidePage .inside_left .collapse:not(.show){display: block;}
  .insidePage .inside_left .navbar-toggle{display: none;}
}

.page-link{color: #999;cursor: pointer;font-size: 14px;}
.page-link:hover{color: #666;outline: none;}
.page-link:focus{box-shadow:none;}
.pagination .disabled .page-link{color: #ccc;cursor: no-drop;background: #fff;}
.pagination .disabled .page-link:hover{color: #ccc;}
.pagination .active .page-link{font-weight: bold;color: #fff}
.pagination .active .page-link:hover{color: #fff}

.pagination2>li{margin-right: 5px;}
.pagination2>li>a, .pagination2>li>span{padding: 3px 10px;border-radius: 2px;line-height: 20px;}
.pagination2>li>a.page-link i{margin: 0px 3px;font-size: 20px;vertical-align: bottom;}
.pagination2>li.bal1 span{background: transparent;color: #000;border: none;}
.pagination2>li.bal12 span{padding: 0px 5px 0px 0px;background: transparent;color: #000;border: none;line-height: 26px;}
.pagination2>li.bal12 .page_value{width: 40px;border: 1px solid #ccc;margin: 0px 2px;vertical-align: top;line-height: 24px;}
.pagination2>li.bal12 .btn_tz{border:#dfdfdf .0125rem solid;transition: all .2s;-webkit-transition: all .2s;background: #f1f1f1;background: -webkit-linear-gradient(#ffffff 10%, #f1f1f1);background: -o-linear-gradient(#ffffff 10%, #f1f1f1);background: -moz-linear-gradient(#ffffff 10%, #f1f1f1);background: linear-gradient(#ffffff 10%, #f1f1f1);}
.pagination2>li.bal12 .btn_tz:hover {
    color: #2a6496;
    background-color: #eee;
    border-color: #ddd
}

.details_title{font-size:25px;line-height:30px;color: #333;text-align: center;margin:10px auto 20px;}
.details_infos{color:#818181;font-size:12px;margin-bottom:15px;padding-bottom:10px;border-bottom:1px solid #ddd;width: 100%;}
.details_infos span{display: inline-block;*display: inline;*zoom:1;line-height: 25px;margin-right: 10px;}

.details-top{text-align: center;max-width: 90%;margin: auto;overflow: hidden;border-bottom: 1px dashed #f0f0f0;    padding: 20px 0;}
.details-top img{max-width: 300px; max-height: 300px;float: left;margin-right: 20px;}
.details-top ul{text-align: left;padding: 10px;}
.details-top ul li{width: 100%;padding: 5px 20px;font-size: 14px; color: #999;    margin: 0px;    margin-top: 5px;    text-align: justify;}
.details-top ul li:nth-child(n+7){width: 50%;float: left;}

.sharebox{float: right;display: inline-block;*display: inline;*zoom:1;}
.sharebox a{margin: 0px 3px;}
.details_cont *{max-width: 100% !important;word-wrap:break-word;word-break:break-all;}
.details_cont p{margin-bottom: 0px;}
.details_cont img{max-width: 100% !important;height: auto;}
.details_cont table{max-width: 100% !important;/*margin:0px auto !important;*/}
.details_cont table td{border:1px solid #999 !important;}
.related{padding:20px;color: #afafaf;font-size:14px;line-height:24px;}
.related p{margin:0px;}
.related p a{color: #afafaf;}
.related p a:hover{color: #f78129;}
.details_btn {
  text-align: center;
  border-top: 1px dashed #ddd;
  border-bottom: 1px dashed #ddd;
  padding: 10px 0;
  margin: 0px;
}
.details_btn a{display: inline-block;*display: inline;*zoom:1;vertical-align: middle;margin:0px;padding: 0px 5px;width: 32%;max-width: 87px;height: auto;box-sizing: border-box;}
.details_btn a img{width: 100%;}
.wz-page {
  padding: 10px 0;
  width: 95%;
  margin: auto;
}
.wz-page .prev,
.wz-page .next {
  font-size: 14px;
}
.wz-page .prev a,
.wz-page .next a {
  color: #333;
}
.wz-page .prev a:hover,
.wz-page .next a:hover {
  color: #8a0019;
}
/*内页样式6*/
.img_list li .pic{float: none;width: 100%;height:183px;margin: 0px;max-width: 100%;display: block;}
.img_list li .pic img{max-height:100%;}
.img_list li:last-child{
  border-bottom: 1px dashed #ccc;
  padding-bottom: 15px;
  margin-bottom: 15px;
  overflow: hidden;
}
/*搜索*/
.seach-text{font-size: 18px;text-align: center;padding: 10px;margin-bottom: 15px;}


/*在线留言*/
.messagebox .red{color: red;}
.messagebox .tip{font-size: 14px;color: #999;margin-top:10px;}

/*图集列表*/
.list-pic li{float: left;padding: 10px;box-sizing: border-box;text-align: center;}
.list-pic li .bg_pic{
  width: 100%;height: 10rem;
}
.list-pic li p{margin-bottom: 10px;}
.list-pic-h .bg_pic{
  width: 100%;height: 16rem;
}

.three_col10 .meta_news{margin-top: 10px;}
.three_col10 .meta_news li{line-height: 42px;border-bottom:1px dashed #ececec;}

.three_col10 .list_news2{overflow: hidden;margin:10px -5px auto;}
.three_col10 .list_news2 li{padding: 5px;float: left;width: 50%; text-align: center;}
.three_col10 .list_news2 li a{line-height: 46px;padding: 5px;background-color: #F4F4F4;display: block;}
.three_col10 .list_news2 li a:hover{background-color: #B72029;color: #fff;}




/*.one_col10{overflow: hidden;margin: 20px -2%;}
.one_col10 li{width: 16.6%;float: left;text-align: center;}
.one_col10 li a{display: inline-block;}
.one_col10 li a i{display: inline-block;height: 100px;width: 80%;min-width: 149px;background-color: #7BC9F5;border-radius: 12px;background-repeat: no-repeat;background-position: center;background-size: 70px;}
.one_col10 li:nth-child(2) a i{background-color: #63D69D;}
.one_col10 li:nth-child(3) a i{background-color: #DAC1E8;}
.one_col10 li:nth-child(4) a i{background-color: #9BD171;}
.one_col10 li:nth-child(5) a i{background-color: #E2CD7C;}
.one_col10 li:nth-child(6) a i{background-color: #FCAA92;}
.one_col10 li a p{margin: 0px;font-size: 16px;}
@media only screen and (max-width: 1023px) {
  .one_col10 li{width: 33.3%;float: left;text-align: center; margin-bottom: 8px;}
}
@media only screen and (max-width: 767px) {
  .one_col10 li{width: 50%;float: left;text-align: center; margin-bottom: 8px;}
}*/


/*--------------------three_col/three_col6 三列第六款--------------------*/
.swiper_news2 .swiper-slide{text-align: center;}
.swiper_news2 .swiper-slide span.banner_text{padding: 5px;line-height: 20px;}


@media only screen and (max-width:768px ) {
#navmenu.small-screen>ul{top: 1rem !important;position: relative !important;}

}


/*论坛列表样式*/
.ask_lists .items {
    padding-top:30px;
    position: relative;
}
.ask_lists .items .pbox {
    position: absolute;
    top: 30px;
    left: 0px;
    padding-top:3px;
    width:65px
}
.ask_lists .items .ask_show {
    padding-left: 65px;
    border-bottom:1px dashed #DDD;
    color:#777;
    line-height:22px;
    font-family: 'Microsoft Yahei';
}
.ask_lists .items .ask_show .fgrey {
    color:#F26C4F
}
.ask_lists .items .ask_show .fgrey a{color: #F26C4F}
.ask_lists .items .tool {
    padding:20px 0 2px;
    text-align:right;
    color:#999
}
.ask_lists .items .answer:link,.ask_lists .items .answer:visited,.ask_lists .items .answer:hover,.ask_lists .items .answer:active {
    color:#999
}
.items .ask_show .dl-title1{ height:23px; line-height:23px;width: 100%;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.items .ask_show .dl-title1 span{ float:left; display:inline; background:#3385ff  url('../images/r-ico.png') right top no-repeat; padding:0 12px 0 6px;height:23px; line-height:23px; color:#fff;margin-right: 5px;}
.items .ask_show .dl-title1 a{ font-size:17px; font-weight:bold;}

.dl-inf{ height:30px; line-height:30px;}
.items .dl-inf span{color: #444;text-decoration: none;}
.btn-gradient i{font-size: 18px;line-height:20px;display: inline-block;vertical-align: middle;color: #fff !important;margin-right: 5px;}
.btn-gradient h3{font-size: 16px;line-height:20px;color:#fff;display: inline-block;vertical-align: middle;margin:0px;}
.btn.mini, 
.btn-two.mini, 
.btn-gradient.mini, 
.btn-effect.mini {
  padding: 4px 10px;  
  font-size: 12px;
}
.btn-gradient {
  text-decoration: none;
  color: white;
  padding: 10px 30px;
  display: inline-block;
  position: relative;
  border: 1px solid rgba(0,0,0,0.21);
  border-bottom: 4px solid rgba(0,0,0,0.21);
  border-radius: 4px;
  text-shadow: 0 1px 0 rgba(0,0,0,0.15);
}
/* Gradient - ugly css is ugly */
.btn-gradient.cyan {
  background: rgba(27,188,194,1);
  background: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(27,188,194,1)), to(rgba(24,163,168,1)));
  background: -webkit-linear-gradient(rgba(27,188,194,1) 0%, rgba(24,163,168,1) 100%);
  background: -moz-linear-gradient(rgba(27,188,194,1) 0%, rgba(24,163,168,1) 100%);
  background: -o-linear-gradient(rgba(27,188,194,1) 0%, rgba(24,163,168,1) 100%);
  background: linear-gradient(rgba(27,188,194,1) 0%, rgba(24,163,168,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1bbcc2', endColorstr='#18a3a8', GradientType=0);
}
.btn-gradient.orange {
  background: rgba(255,105,30,1);
  background: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(255,105,30,1)), to(rgba(230,95,28,1)));
  background: -webkit-linear-gradient(rgba(255,105,30,1) 0%, rgba(230,95,28,1) 100%);
  background: -moz-linear-gradient(rgba(255,105,30,1) 0%, rgba(230,95,28,1) 100%);
  background: -o-linear-gradient(rgba(255,105,30,1) 0%, rgba(230,95,28,1) 100%);
  background: linear-gradient(rgba(255,105,30,1) 0%, rgba(230,95,28,1) 100%);
}
.btn-gradient.green {
  background: rgba(85,209,65,1);
  background: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(134,224,46,1)), to(rgba(87,144,31,1)));
  background: -webkit-linear-gradient(rgba(134,224,46,1) 0%, rgba(87,144,31,1) 100%);
  background: -moz-linear-gradient(rgba(134,224,46,1) 0%, rgba(87,144,31,1) 100%);
  background: -o-linear-gradient(rgba(134,224,46,1) 0%, rgba(87,144,31,1) 100%);
  background: linear-gradient(rgba(134,224,46,1) 0%, rgba(87,144,31,1) 100%);
}
/*论坛分类*/
.w-filter-ab-test .filter-wrapper {
    border:1px solid #f0f0f0;
    border-bottom-color:#d8d8d8;
    background-color:#fff;
    font-size:12px;
    padding:0 20px;
    zoom:1;
    margin-top: 20px;
}
.w-filter-ab-test .filter-wrapper .normal-filter {
    border-bottom:1px #f0f0f0 solid
}
.w-filter-ab-test .filter-wrapper .normal-filter.last-filter {
    border:0
}
.w-filter-ab-test .filter-list-ab {
    position:relative;
    margin-top:15px;
    padding-bottom:10px
}
.w-filter-ab-test .filter-list-ab .filter-label-ab {
    display:block;
    position:absolute;
    left:0;
    top:0;
    _top:3px;
    margin:0;
    font-family:"Microsoft Yahei";
    font-size:16px;
    font-weight:bold;
    line-height: 25px;
}
.w-filter-ab-test .filter-list-ab .filter-all-ab {
    display:block;
    position:absolute;
    z-index:1;
    left:40px;
    top:0;
    _top:3px
}
.filter-content-ab li{line-height: 25px;height: 25px;padding: 0px 10px;}
.w-filter-item-ab {
    display:inline-block;
    color:#666;
    font-size:14px;
    height:25px;
    cursor:pointer
}
.w-filter-item-ab.item-all-auto-ab {
    width:auto
}
.w-filter-item-ab .item-content {
    display:inline-block;
    padding:0 5px;
    height:25px;
    line-height: 25px;
    overflow:hidden;
    cursor:pointer
}
.w-filter-item-ab .item-content.filter-active-ab,.w-filter-item-ab .item-content.filter-active-all-ab {
    background-color: #E5EDF2;
    color: #369;
    border: 1px solid #369;
}
.filter-list-ab .filter-items-wrap-ab {
    position:relative;
    zoom:1;
    height:77px;
    overflow:hidden;
}
.w-filter-ab-test .filter-list-ab .filter-content-ab {
    position:relative;
    width: 100%;
    padding-left:101px;
    left: 0px;
    top:0;
    _top:3px
}
.w-filter-normal-ab .show-more {
    display:none;
    line-height:20px;
    height:20px;
    position:absolute;
    right:0;
    top:0;
    cursor:pointer;
    color:#999
}
.filter-list-ab .show-more {
    display:none;
    line-height:20px;
    height:20px;
    position:absolute;
    right:0;
    top:0;
    cursor:pointer;
    color:#999
}
.filter-list-ab .show-more .triggle {
    display:inline-block;
    height:6px;
    width:10px;
    margin-left:1px;
    position:relative;
    bottom:1px;
    overflow:hidden;
}

.w-sort-bar {
    margin:21px 0 0;
    background:#f5f5f5;
    height:43px
}
.w-sort-bar .bar-area {
    position:relative;
    border:1px solid #dfdfdf;
    background:#f5f5f5;
    font-size:12px;
    width:1000px;
    height: 43px;
}
.w-sort-bar .sort-area{margin-right: 14px;}
.w-sort-bar .sort-item {
    display:inline-block;
    position:relative;
    height:22px;
    line-height:22px;
    color:#666;
    border-right:1px solid transparent;
    border-left:1px solid transparent
}
.w-sort-bar .sort-area a {
    padding:9px 21px 10px;
    height:41px;
    line-height:22px;
    display:inline-block;
    position: relative;
}
.w-sort-bar .sort-area a:hover {
    color: #23a877;
    text-decoration: none;
}
.w-sort-bar a.sort-item i{
    margin-left:2px;
    font-size:14px;
    color:#999
}
.w-sort-bar .sort-item .ion-arrow-up-b{
    position:absolute;
    top: 8px;
    right: 18px;
    font-size: 16px;
}
.w-sort-bar .sort-item .ion-arrow-down-b{
    position:absolute;
    bottom: 8px;
    right: 18px;
    font-size: 16px;
}
.w-sort-bar .sort-area .price-default{padding: 10px 31px 9px 21px;}
.w-sort-bar a.sort-item-active{
    cursor:default;
    border-left:1px solid #dfdfdf;
    border-right:1px solid #dfdfdf;
    color:#23a877;
    background:#fff;
}
.w-sort-bar a.sort-item-active i{color: #23a877;}

.pgb a{float: right;padding: 0px 10px 0px 5px;height: 30px;line-height:30px;font-size:14px;border: 1px solid #C2D5E3;color: #333;text-decoration:none;}
.pgb a i{font-size: 16px;color: #666;margin-right:3px;vertical-align: middle;line-height: 26px;}

/*个人中心*/
.w-user-info {
    width:100%;
    height:49px;
    margin-bottom:15px;
    border-bottom:1px solid #f0f0f0;
    background:#fafafa;
    font:12px/48px "\5B8B\4F53";
    color:#666;
    padding: 0px 10px;
}
.w-user-info .user-name-wrap a{
    font-size: 16px;
    line-height: 20px;
    margin-top: 6px;
    margin-right: 5px;
    font-weight: bold;
}
.uc-wrap {
    position: relative;
}
.uc-side{position: absolute;left: 0px;top:0px;}
.w-nav {
    width:150px;
    background:#fafafa
}
.w-nav a{text-decoration: none;}
.w-nav li {
    border-bottom:1px solid #f0f0f0
}
.w-nav li .nav-txt {
    display:block;
    padding:13px 0 13px 32px;
    font:14px/100% "Microsoft YaHei";
    cursor:pointer
}
.w-nav li.nav-active a.nav-txt {
    padding-bottom:10px
}
.w-nav li.nav-active a.nav-txt.nav-link {
    padding-bottom:13px
}
.w-nav li.nav-active ul.sub-nav {
    display:block
}
.w-nav li.nav-current a.nav-txt {
    color:#0e5ebf;
}
.w-nav li.last {
    border-bottom:0
}
.w-nav li a {
    color:#666
}
.w-nav li a.nav-txt:hover {
    color:#0e5ebf;
}
.w-nav ul.sub-nav {
    display:none;
    padding:2px 0 5px
}
.w-nav ul.sub-nav li {
    padding-left:0;
    border-bottom:0
}
.w-nav ul.sub-nav li a {
    display:block;
    line-height:28px;
    padding-left:30px
}
.w-nav ul.sub-nav li a .sub-nav-ico {
    padding-right:5px;
    color:#CCC
}
.w-nav ul.sub-nav li a:hover,.w-nav ul.sub-nav li a.sub-nav-active {
    color:#FFF;
    background:#0e5ebf;
}
.w-nav ul.sub-nav li a:hover .sub-nav-ico,.w-nav ul.sub-nav li a.sub-nav-active .sub-nav-ico {
    color:#FFF
}
.w-phone-info {
    margin-top:5px
}
.w-phone-info p {
    background:#fafafa
}
.w-phone-info p.phone-num {
    line-height:18px;
    color:#333;
    padding:22px 0 5px 16px;
    font-size:18px;
    font-family:Arial
}
.w-phone-info p.phone-tips {
    line-height:22px;
    padding:0 0 14px 16px;
    font-family:"\5FAE\8F6F\96C5\9ED1",Simhei;
    color:#666
}
.w-phone-info .sprite-line {
    display:block;
    width:100%;
    height:7px;
    background-repeat: no-repeat;
}
.uc-main {
    width:100%;
    padding-left: 170px;  
}
.w-list{padding:20px 40px 60px;border:1px solid #f0f0f0;color:#666;}
.jg-mod{padding: 0px 18px;}
.jg-mod .head {
    padding:10px 0px;
    position:relative;
    overflow: hidden;
    border:none;
}
.jg-mod .head h2 {
    height:22px;
    border-left:#0e5ebf solid 5px;
    padding-left:10px;
    font-size:16px;
    line-height:22px;
    display: inline;
}
.jg-mod .head h2.bc-yellow {
    border-color:#f6a51e
}
.jg-mod .body {
    height:auto;
    overflow:hidden;
    padding:0 20px;
    clear:both
}
.jg-mod .body .img{text-align: center;display: block;width: auto;}
.jg-mod .body .img img{width: auto;}
.btn-orange {
  color:#fff;
  border-color:#f3900d;
  background-color:#f3900d;
}
.btn-orange:focus,.btn-orange:hover {
  color:#fff;
  border-color:#ffa125;
  background-color:#ffa125
}
@media only screen and (max-width: 767px) {
  .uc-main{padding: 0px;}
}
.jg-nav {
    padding-top:10px;
    padding-bottom: 20px;
}
.jg-nav ul {
    height:auto;
    overflow:hidden;
    border-bottom:1px solid #eee;
}
.jg-nav li {
    float:left;
    display:inline
}
.jg-nav li a {
    display:block;
    border-bottom:#fff solid 3px;
    font-size:16px;
    color:#444;
    line-height:32px;
    padding:0 10px
}
.jg-nav li a:hover,.jg-nav li.selected a {
    border-bottom-color:#38c2c9;
    color:#3169b0;
    text-decoration: none;
}
/*个人中心图标*/
.service{width: 30px;background: #0089bc;box-shadow:rgba(0,0,0,.4) 0px 0px 2px 0px;padding:7px 5px;border-radius: 25px;position: fixed;right: 0px;bottom: 160px;z-index: 1;font-size: 14px;line-height:18px;text-align: center;color: #fff;}
.service a{color: #fff;}
.service i{width: 20px;display: inline-block;font-size: 18px;color: #fff;}

/*start 解决打印页面时bootstrap的样式导致a标签显示URL的方法*/
@media print{
  a:after{
    content:""!important;
  }
  .head_title{display: block !important;}
  .header_nav{position: relative !important;}
  .header_nav .container .navbar{padding: 0px !important;}
  .navbar-dark .navbar-brand{display: none !important;}
  .navbar-expand-lg .navbar-toggler{display: none !important;}
  .navbar-nav{display:block;padding: 0px !important;overflow: hidden;background: transparent !important;}
  .header_nav .container .navbar .navbar-collapse{position: relative!important;display: flex!important;padding: 0px !important;top:0px;background: transparent;}
  .header_nav .container .navbar .navbar-nav .nav-item{flex-grow:1;}
  .header_nav .navbar .nav-item a.nav-link .r-line{padding:0px 5px !important;}
  /*列表打印问题*/
  .seach_list{display: none;}
}
/*end*/



/*专家滚动*/
.content_top {padding:10px 0 30px;}
.content_top_ul {float:left;}
.content_top_ul li {width:348px;height:175px;overflow:hidden;float:left;background:#f5f5f5;padding:10px;margin-right:15px;-webkit-transition:all ease .3s;transition:all ease .3s; border:1px solid #ccc;}
.content_top_ul li:hover {-webkit-transform:scale(1);transform:scale(1);box-shadow:0px 0px 18px rgba(0,0,0,.5);border:solid 1px #1678FF }
.content_top_ul li a img {height:155px;width:120px;float:left;padding:2px;border:1px solid #ccdee6;margin-right:18px;}
.content_top_ul li h2 {font-size:16px;line-height:32px;margin:0;}
.content_top_ul li h2 a {color:#1678FF ;}
.content_top_ul li p {color:#1678FF ;font-size:14px;line-height:26px;margin:0;}
.content_top_ul li p span {color:#333;}
.scr_cont {width:100000px;}
.doctor_ltd_inside {overflow:hidden;width:100%;margin: 10px auto 20px;}


.one_link5{display: flex;}
.one_link5 li{flex: auto;float: none;width: auto;}
.one_link5 li a i{min-width: 100px;}

.one_link5 li:nth-child(6n-6) a i{background-color: #FCAA92;}
.one_link5 li:nth-child(6n-1) a i{background-color: #E2CD7C;}
.one_link5 li:nth-child(6n-2) a i{background-color: #9BD171;}
.one_link5 li:nth-child(6n-3) a i{background-color: #DAC1E8;}
.one_link5 li:nth-child(6n-4) a i{background-color: #63D69D;}
.one_link5 li:nth-child(6n-1) a i{background-color: #7BC9F5;}
@media only screen and (max-width:768px ) {
	.one_link5{display: block;}
	.one_link5 li{width: 50%;float: left;}
}


.one_link8{border: 1px solid #E5E5E5;margin-bottom: 20px;}
.one_link8 h4{border-bottom: 3px solid #E5E5E5;}
.one_link8 h4 span{color: #c30416;font-weight: bold;font-size: 16px; border-bottom: 3px solid #c30416;line-height: 40px;display: inline-block;position: relative;bottom: -2px;padding: 0 10px;}
.one_link8 ul{overflow: hidden;padding: 10px 15px;}
.one_link8 ul li{float: left; margin-bottom: 8px; margin-right: 10px;}






.one_col10{overflow: hidden;text-align: center; margin-bottom: 20px;}
.one_col10 .title{margin-bottom: 15px;font-size:18px;display:inline-block;font-weight: bold;color: #333;border-bottom: 3px solid #0081d4;padding: 5px;}
.one_col10 .box{overflow: hidden;}
.one_col10 .left{width: 120px;float: left;background-color: #F7F7F7;}
.one_col10 .left li{line-height: 50px;font-size: 16px; border-top: 1px solid #eee;cursor: pointer;}
.one_col10 .left li.active{background-color: #fff; color: #0081d4;}
.one_col10 .right{ padding-left: 120px;text-align: left;}
.one_col10 .right ul.hb-pic{overflow: hidden;}
.one_col10 .right ul.hb-pic li{width: 20%;float: left; height: 80px;padding: 10px;text-align: center;line-height: 60px;}
.one_col10 .right ul.hb-pic li img{max-width: 100%; max-height: 60px;}


.busBox1{overflow: hidden;border: #dcdcdc 1px solid;}
.busBox1 li{display:block; float:left; width:226px; height:240px; border-right:#dcdcdc 1px solid; padding:10px 23px;border-bottom: 1px solid #dcdcdc;}
.busBox1 li h1,.busBox2 li h1{font-size:12px; font-weight:bold;}
.busBox1 li h2,.busBox2 li h2{padding-top:13px;}
.busBox1 li h3,.busBox2 li h3{line-height:22px; height:70px; padding-top:8px; overflow:hidden;font-size: 12px;}
.busBox1 li h4,.busBox2 li h4{padding-top:10px;}
.busBox1 li h4 a,.busBox2 li h4 a{display:block; float:right; width:80px; height:24px; font-size: 12px;line-height:24px; text-align:center; background:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFAAAAAYCAMAAABaxIqeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpEODhCMjYwRDI4MzJFMjExQkIzMUJCNDE0QzZFQzI5NyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpDQ0M1MDFENzRENjQxMUUyQjFGMUUxRjI0QTU0OUVBRSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpDQ0M1MDFENjRENjQxMUUyQjFGMUUxRjI0QTU0OUVBRSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IFdpbmRvd3MiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo3QUU1RTM3OUI5NDlFMjExQTMwMkYxNjE2ODE3OUEzMyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpEODhCMjYwRDI4MzJFMjExQkIzMUJCNDE0QzZFQzI5NyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PrBu7iUAAABCUExURff39+3t7fT09Orq6vHx8fj4+O7u7u/v7/r6+vz8/Pb29uvr6/n5+fv7+/X19f7+/vPz8/Dw8P39/fLy8unp6f///xPBf4sAAACPSURBVHjatNXJAcMwCERRIsm2dgMR/bca6GHyCviXOQyZlnFARlGjNpIaiKaxSLYBdaH8IoNvpmNQ5w/BFyqCChRBbUAawQUUwVaBmgfXBFoerARUPTg70IzgBorgxUCXB+kL5LnTBah7cD9AO4I3kAczpw9M4kzyMA8Q5kdojbugNi63n5Sp4G5U1H4CDACC9mof+beYdgAAAABJRU5ErkJggg==') no-repeat 0 0;color:#888;}
.busBox1 li h5{padding:109px 0 0 50px;}
.busBox1 li h5 a{display:block; width:80px; height:24px; line-height:24px; text-align:center; background:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFAAAAAYCAMAAABaxIqeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpEODhCMjYwRDI4MzJFMjExQkIzMUJCNDE0QzZFQzI5NyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpDQ0M1MDFENzRENjQxMUUyQjFGMUUxRjI0QTU0OUVBRSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpDQ0M1MDFENjRENjQxMUUyQjFGMUUxRjI0QTU0OUVBRSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IFdpbmRvd3MiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo3QUU1RTM3OUI5NDlFMjExQTMwMkYxNjE2ODE3OUEzMyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpEODhCMjYwRDI4MzJFMjExQkIzMUJCNDE0QzZFQzI5NyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PrBu7iUAAABCUExURff39+3t7fT09Orq6vHx8fj4+O7u7u/v7/r6+vz8/Pb29uvr6/n5+fv7+/X19f7+/vPz8/Dw8P39/fLy8unp6f///xPBf4sAAACPSURBVHjatNXJAcMwCERRIsm2dgMR/bca6GHyCviXOQyZlnFARlGjNpIaiKaxSLYBdaH8IoNvpmNQ5w/BFyqCChRBbUAawQUUwVaBmgfXBFoerARUPTg70IzgBorgxUCXB+kL5LnTBah7cD9AO4I3kAczpw9M4kzyMA8Q5kdojbugNi63n5Sp4G5U1H4CDACC9mof+beYdgAAAABJRU5ErkJggg==') no-repeat 0 0;color:#888;}
.busBox2{width:683px; height:245px; margin:31px auto 0 auto; background:#f7f7f7;}
.busBox2 li{display:block; float:left; width:181px; height:223px;padding:10px 23px; background:url(../images/bg_bline.gif) no-repeat right center;}

.busBox1 li:nth-child(3n){border-right: none;}



.newsList2 li{height:30px; line-height:30px; background:url('data:image/gif;base64,R0lGODlhBAABAIAAAMfHx////yH/C1hNUCBEYXRhWE1QPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS4zLWMwMTEgNjYuMTQ1NjYxLCAyMDEyLzAyLzA2LTE0OjU2OjI3ICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1wTU06T3JpZ2luYWxEb2N1bWVudElEPSJ4bXAuZGlkOkQ4OEIyNjBEMjgzMkUyMTFCQjMxQkI0MTRDNkVDMjk3IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjE1N0Q2RDNCNEIzQzExRTJBN0UxOTM5NkUyRjQ3MzQ4IiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjE1N0Q2RDNBNEIzQzExRTJBN0UxOTM5NkUyRjQ3MzQ4IiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCBDUzUgV2luZG93cyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjE0NkQ3RDk3MzQ0QkUyMTE4M0VERDlCQjVCRjA1RkQ4IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkQ4OEIyNjBEMjgzMkUyMTFCQjMxQkI0MTRDNkVDMjk3Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Af/+/fz7+vn49/b19PPy8fDv7u3s6+rp6Ofm5eTj4uHg397d3Nva2djX1tXU09LR0M/OzczLysnIx8bFxMPCwcC/vr28u7q5uLe2tbSzsrGwr66trKuqqainpqWko6KhoJ+enZybmpmYl5aVlJOSkZCPjo2Mi4qJiIeGhYSDgoGAf359fHt6eXh3dnV0c3JxcG9ubWxramloZ2ZlZGNiYWBfXl1cW1pZWFdWVVRTUlFQT05NTEtKSUhHRkVEQ0JBQD8+PTw7Ojk4NzY1NDMyMTAvLi0sKyopKCcmJSQjIiEgHx4dHBsaGRgXFhUUExIREA8ODQwLCgkIBwYFBAMCAQAAIfkEAAAAAAAsAAAAAAQAAQAAAgMEEgUAOw==') repeat-x bottom; padding-left:15px; white-space:nowrap; overflow:hidden;}
.newsList2 li a{display:inline-block; background:url('data:image/gif;base64,R0lGODlhBAAEAJEAAOwzM+gICOkcHOcCAiH/C1hNUCBEYXRhWE1QPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS4zLWMwMTEgNjYuMTQ1NjYxLCAyMDEyLzAyLzA2LTE0OjU2OjI3ICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1wTU06T3JpZ2luYWxEb2N1bWVudElEPSJ4bXAuZGlkOkQ4OEIyNjBEMjgzMkUyMTFCQjMxQkI0MTRDNkVDMjk3IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjRGNkNEMzBCNEIzMzExRTI5NjA5OEM4RUMwRURENUQ1IiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjRGNkNEMzBBNEIzMzExRTI5NjA5OEM4RUMwRURENUQ1IiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCBDUzUgV2luZG93cyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjc3MjU4RTE2Qjk0OUUyMTFBMzAyRjE2MTY4MTc5QTMzIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkQ4OEIyNjBEMjgzMkUyMTFCQjMxQkI0MTRDNkVDMjk3Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Af/+/fz7+vn49/b19PPy8fDv7u3s6+rp6Ofm5eTj4uHg397d3Nva2djX1tXU09LR0M/OzczLysnIx8bFxMPCwcC/vr28u7q5uLe2tbSzsrGwr66trKuqqainpqWko6KhoJ+enZybmpmYl5aVlJOSkZCPjo2Mi4qJiIeGhYSDgoGAf359fHt6eXh3dnV0c3JxcG9ubWxramloZ2ZlZGNiYWBfXl1cW1pZWFdWVVRTUlFQT05NTEtKSUhHRkVEQ0JBQD8+PTw7Ojk4NzY1NDMyMTAvLi0sKyopKCcmJSQjIiEgHx4dHBsaGRgXFhUUExIREA8ODQwLCgkIBwYFBAMCAQAAIfkEAAAAAAAsAAAAAAQABAAAAgecYyMZ4lAAADs=') no-repeat 0 center; padding-left:10px;}
.newsList2 li span{float:right; color:#999;}



.mapBox{width:922px; margin:0 auto; padding:20px 0 0 0; overflow:hidden;}
.mapList{width:922px; margin-bottom:20px; overflow:hidden;}
.mapList dt{color:#e49c03; font-size:14px; font-weight:bold;width:912px; height:25px; border-bottom:#dcdcdc 1px solid; padding-left:10px; margin-bottom:10px; overflow:hidden;}
.mapList dd{width:200px; float:left; display:inline-block; margin:0 0 10px 10px}
.patchBox{width:922px; margin:0 auto; padding:0 0 30px 0; overflow:hidden;}


.contact{width:758px; margin:0 auto; min-height:183px; height:auto !important; height:183px; padding:103px 280px 20px 10px; line-height:24px; background:url(../fftcc/images/bg_contact.jpg) no-repeat 0 0; font-size:14px;}
.showContext2{width:922px; margin:0 auto; padding:20px 0 30px 0; line-height:22px; font-size:12px;}
.showContext2 p{display:block; margin-bottom:15px;}


/*留言板 全清明 福建外贸加的*/
.inside_box .col-form-label{float: left;}
.inside_box .form-control,.inside_box .col-form-label{line-height: 24px;min-height: 24px;padding-top: calc(.375rem + 1px);padding-bottom: calc(.375rem + 1px);height: auto; margin-bottom: auto;}
.inside_box .form-row .col{position: relative;}
.inside_box .form-row .col img{position: absolute; right: 25.2%; margin-top: 3px;bottom: 3px;}
.inside_box .controls label{ margin-right: 4px;vertical-align: sub;margin-top: .5rem;}
.inside_box .controls label input{ margin-right: 4px;vertical-align: bottom;}
.inside_box .col-form-label{width: 100px;}
.inside_box .form-control{width: 100%;max-width: 300px;}
.inside_box .form-row .col-form-label .red{width: 6px;display: inline-block;}
/*留言板 全清明 福建外贸加的*/



/*two_col3修改*/
@media only screen and (max-width:768px ) {
	.swiper_news13 img{max-width: 100%;}
}

a.reset {
	display: block;
    background: url(../../media/image/btn_reset.gif) no-repeat;
    width: 34px;
    height: 34px;
    float: left;
    cursor: pointer;
    font-size: 12px;
    color: #0066CC;
    outline: none;
    background-size: cover;
}
